Skip to content

Releases: Junyi-99/hugo-theme-anubis2

v1.3.4

11 Sep 04:19
7fbdc38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.3

27 Apr 18:25
8b402ff
Compare
Choose a tag to compare

v1.3.2-pre-release was skipped.

What's Added:

  1. sass support
  2. pre-commit check
  3. a page to display the advanced style.
  4. multi-language demo
  5. mathjax on-demand loading, and force-enable mathjax on a post's metadata (even if mathjax is disabled in site config)
  6. umami statistics icon on the bottom
  7. Mermaid support
  8. Mermaid dark/light auto switch support. (with a demo page in the exampleSiteMultilingual)
  9. Line-number support for code fences. (with a demo page in the exampleSiteMultilingual)
  10. the shortcake "icon" (with a demo page in the exampleSiteMultilingual)

What's Changed:

  1. PermaLink was changed to RelPermalink that enhances netlify build demo.
  2. The posts were renamed.
  3. The config of the Demo site
  4. Multi-language divider style is wider.
  5. Social icons were not selectable.
  6. author is now defined in [author] instead of [params]
  7. Some default config was changed
  • "toc" defaults to true
  • "colorThemeSwitcher" defaults to "true"
  • "rssIcon" defaults to "true"
  • "readNextPosts" defaults to "3"

What's Fixed:

  1. The baseURL in the "exampleSiteMultilingual"

What's Removed:

  1. the support for the subpages.

v1.3.1

09 Apr 09:46
d57d8a7
Compare
Choose a tag to compare

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)

Enhance

  • Added translation for Simplified Chinese (2e323fe)
  • Changed the icon for the "Copy Code" button (b83804c)
  • Fixed the margin of the RSS icon (e61809d)