Releases: Junyi-99/hugo-theme-anubis2
Releases · Junyi-99/hugo-theme-anubis2
v1.3.5
v1.3.4
What's Changed
- add: added support for ICP beian for China ISP by @Junyi-99 in #41
- add: support for police beian for China ISP by @ChenYin626 in #43
- add: Chechen Language ce.yaml by @massifsurfer in #53
- add: added error message when customCSS not exist by @Junyi-99 in #57
- feat: experimental config by @Junyi-99 in #45
- fix: corrects logic for enabling ToC by @Hanse00 in #44
- fix: corrects the sitemap url by @Junyi-99 in #46
- fix: corrects readNextPosts logic by @Hanse00 in #50
- fix: line number disappearing bug by @Junyi-99 in #51
- fix: google analytics by @joaosenger in #56
New Contributors
- @ChenYin626 made their first contribution in #43
- @Hanse00 made their first contribution in #44
- @massifsurfer made their first contribution in #53
- @joaosenger made their first contribution in #56
Full Changelog: v1.3.3...v1.3.4
v1.3.3
v1.3.2-pre-release was skipped.
What's Added:
- sass support
- pre-commit check
- a page to display the advanced style.
- multi-language demo
- mathjax on-demand loading, and force-enable mathjax on a post's metadata (even if mathjax is disabled in site config)
- umami statistics icon on the bottom
- Mermaid support
- Mermaid dark/light auto switch support. (with a demo page in the exampleSiteMultilingual)
- Line-number support for code fences. (with a demo page in the exampleSiteMultilingual)
- the shortcake "icon" (with a demo page in the exampleSiteMultilingual)
What's Changed:
PermaLink
was changed toRelPermalink
that enhances netlify build demo.- The posts were renamed.
- The config of the Demo site
- Multi-language divider style is wider.
- Social icons were not selectable.
author
is now defined in[author]
instead of[params]
- Some default config was changed
- "toc" defaults to
true
- "colorThemeSwitcher" defaults to "true"
- "rssIcon" defaults to "true"
- "readNextPosts" defaults to "3"
What's Fixed:
- The baseURL in the "exampleSiteMultilingual"
What's Removed:
- the support for the subpages.
v1.3.1
Feature
- Added support for mermaid diagrams (ce5f181, 3ae4b0a)
- Added more social icons (5df8a10)
- Added a color theme switch for Giscus (00ac00f)
- Added an Umami icon to the footer (7940653)
Fix
- Fixed wrong style when there is no "colorTheme" and "colorThemeSwitcher" present (a38138f)
- Fixed style errors of
<code>
and<pre>
elements (d557d2e) - Fixed the Table of Contents (ToC) appearing on non-ToC pages (3d600a7)