Skip to content

v2.0.0

Compare
Choose a tag to compare
@jpanther jpanther released this 03 Feb 00:52
· 1311 commits to dev since this release
2b330b2

Added

  • Multilingual support
  • Right-to-left (RTL) language support
  • Site search powered by Fuse.js
  • Automatic Markdown image resizing and srcset generation
  • Performance and Accessibility improvements to achieve perfect Lighthouse scores
  • Tables of Contents on article pages
  • Code copy buttons in article content
  • Taxonomy and term listings now support Markdown content
  • Taxonomies on article and list pages
  • Article pagination direction can be inverted
  • Author headline parameter
  • Skip to content and Scroll to top links
  • Archetype for generating links to external articles

Changed

  • ⚠️ Required Hugo version is now 0.87.0 or later
  • ⚠️ Complete rewrite of dark mode to allow more flexibile configuration
  • ⚠️ All theme images are now Hugo assets
  • ⚠️ Overhauled figure shortcode which now resizes images
  • Upgrade to Tailwind v3.0.18
  • Inline Javascript moved to external files
  • Improved JSON-LD structured data
  • Breadcrumbs now fallback to section name when title is not provided
  • Minor style and layout improvements