Changelog
v0.7.0 - 2024-06-01
- Highlight TOC with IntersectionObserver API
- Avoid escaping
permalink
s andmenu.link
#11 - Allow excluding pages from the nav section #13
- Implements dark mode #14
- Make fonts changeable. Fixes #10 #15
- Uses the language defined in the config file. #17
v0.6.0 - 2021-10-05
- Add
favicon
block. - Always align footer bottom. #4
- Support config favicon. Fixes #5.
- Table of Content supports auto-scroll if the list is too long.
v0.5.0 - 2021-03-02
- Add
issue
shortcode. - Add
sidebar
block. - Adjust blockquote background color.
- Fix explore-more class left align.
v0.4.0 - 2020-11-18
- Prevent showcase images be included by downstream Zola project.
- Fix TOC highlight in localhost mode. See #1.
- Hide TOC for empty markdown content page.
v0.3.0 - 2020-07-17
- Rename css filename to avoid conflicts.
- Replace sass variables with css variable.
- Add
--toc-highlight-text-color
variable. - Add normalize.css.
v0.2.0 - 2020-06-28
- Add extra juice_extra_menu config.
- Add color customization CSS variables.
- Improve docs and blockquote style.
- Support customize logo and name.
v0.1.0 - 2020-06-21
- First release!