hugo-theme-anubis2

Anubis2 is a simple but elegant theme for Hugo blog engine

MIT License

Stars
43

Bot releases are visible (Hide)

hugo-theme-anubis2 - v1.3.4 Latest Release

Published by Junyi-99 about 1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/Junyi-99/hugo-theme-anubis2/compare/v1.3.3...v1.3.4

hugo-theme-anubis2 - v1.3.3

Published by Junyi-99 6 months ago

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.
hugo-theme-anubis2 - v1.3.1

Published by Junyi-99 6 months ago

Feature

  • Added support for mermaid diagrams (ce5f1811c4bf892c3d567c501b3aa67e83185a26, 3ae4b0a8b0b13fed969e73c4a839782279fc0c23)
  • Added more social icons (5df8a10c07cde1eb6d82a03d264cafd4780e4dac)
  • Added a color theme switch for Giscus (00ac00f3fb05a7c662b7a522a735aca0bb0572dc)
  • Added an Umami icon to the footer (794065354abd3c74e6b87598a20b1cd9b66293bb)

Fix

  • Fixed wrong style when there is no "colorTheme" and "colorThemeSwitcher" present (a38138fddf448bb9a4ee95265206bd2d19d10b01)
  • Fixed style errors of <code> and <pre> elements (d557d2e08d67ba60c9909be6f791a73835cf98ef)
  • Fixed the Table of Contents (ToC) appearing on non-ToC pages (3d600a74c3a34da6d2fa16013c82318c3c793c70)

Enhance

  • Added translation for Simplified Chinese (2e323fe4a4110dc9a35812d62a27ff88e492a36b)
  • Changed the icon for the "Copy Code" button (b83804c92b22f97a06fec6522b8c86ba4d3457a9)
  • Fixed the margin of the RSS icon (e61809d59a27171ffe56ca73f53e7e0dfa750194)