Skip to content

Releases: zhonger/jekyll-theme-H2O-ac

v1.5.0

11 Nov 12:30
312517e
Compare
Choose a tag to compare

Features

Fix

v1.4.0

11 Nov 05:31
e00089c
Compare
Choose a tag to compare

Features

Fix

  • Fix the switch button and multiple comments systems (f238e2a, a551f54, d1dbcfa)
  • Fix the style of post-meta-item for image provider (9e498ef)
  • Update all CSS/JS libraries to the latest versions (9bd1c81)

v1.3.6

29 Oct 06:36
cc3b580
Compare
Choose a tag to compare

Features

  • Add customized busuanzi host support (fix #32)

Fix

  • Use local icons for foreverblog and others.

v1.3.5

08 Oct 04:27
9811837
Compare
Choose a tag to compare

Fix

  • Remove redundant footer in tags.html (682e2a9) (Thanks for the report from @alphandbelt1 #30)
  • Add usage documentation link in README.md

Warning

There is something wrong when building the new gem library file in this release.
So please use v1.3.6 instead of v1.3.5.

v1.3.4

26 Jun 06:20
eaa602d
Compare
Choose a tag to compare

Fix

  • Update travellings.cn logo URL to CDN (d68109a)
  • Remove the duplicated header menu in the 404 page (e33fe0f)
  • Adjust the line height of ul>li element to 1.8 (6b1bbf5)

v1.3.3

19 May 03:32
1b2a233
Compare
Choose a tag to compare

Fix

  • Delete blank before app.min.css or app.min.js (71a418c)
  • ol index supports 1~99 (245d571)

v1.3.2

19 May 02:49
068c116
Compare
Choose a tag to compare

Features

Add DocSearch support. (42f2974)

Usage

Add these configurations in the _config.yml file to enable DocSearch.

search: true
search_type: "docsearch"
docsearch:
    appId: "GIVEN BY DOCSEARCH"
    apiKey: "GIVEN BY DOCSEARCH"
    indexName: "GIVEN BY DOCSEARCH"

v1.3.1

03 Apr 14:43
636dd0d
Compare
Choose a tag to compare

Features

  • More Views for the calendar in the sidebar (70b3394)
  • Color scheme and customized color support for the calendar (19b114c)
  • Travelling icon support (b2c14a7)
  • Modern pin style for pinned articles on /blog/index.html page (c0fa671)
  • Modern style for <li> list (529a8c0)
  • External link support for submenu (ded86b6)

Fix

  • Refactor _includes and _layouts (98f71b9)
  • International language support for archive page content (e3f34f4)
  • Flexible years of calendar according to actual width in the sidebar (64919f6)
  • Some CSS styles in post page including image, table, TOC (16f843b)
  • Automatic TOC tracking scroll (cf9b45f)
  • Add missing aria-label for some links (74511fe)
  • 404 page template (d28f021)

Usage

Travelling icon

badges:
    travelling: true

Calendar

calendar: true
    scale: year # year, month or day
    scheme: blues
    color: ["yellow", "red", "black"] 

Here, the calendar.color setting has the highest priority. If it's defined, the calendar.scheme will be ignored.
And it should be three kinds of colors.

All supported calendar.scheme settings are the same as https://cal-heatmap.com/.

v1.3.0

27 Mar 13:34
ac57fc3
Compare
Choose a tag to compare

Features

Fix

Usage

The pages/stats.md file is needed for new calendar feature. The content of this file is like the following:

---
layout: stats
permalink: /stats.json
---

v1.2.1

05 Jul 16:02
d1cb62e
Compare
Choose a tag to compare

Features:

  • Support two themes: default and pink 2205f2a
  • Add language switch tool for pages and posts ad845d1
  • Add NotByAI badge and adjust footer 25f53ad

Fix: