Skip to content

Releases: zhonger/jekyll-theme-H2O-ac

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:

v1.2.0

04 May 08:12
49a5a5d
Compare
Choose a tag to compare

Features:

Fix:

Dev chain:

  • switch from gulp to webpack c454f10

v1.1.15

21 Mar 12:59
f4ff483
Compare
Choose a tag to compare

Fix:

  • Fix bundler version requirement from ~>2.3.4 to ~>2.3 f64f9c9

v1.1.14

24 Nov 04:05
b4063d7
Compare
Choose a tag to compare

Features:

  • Add total size for all posts in archives page 1c9324b

Fix:

v1.1.13

17 Oct 03:56
bdcdbab
Compare
Choose a tag to compare

Features:

Fix:

  • Unify the sidebar for pages 147f778
  • Add reactions for waline comment e1b8cd6

v1.1.12

02 Sep 05:24
8b35052
Compare
Choose a tag to compare

Features:

Fix: