Tags: CaiJimmy/hugo-theme-stack
Tags
feat(i18n): add i18n support for Markdown alert (#1269) * docs: add blockquote with custom alert title * feat: add alert types to i18n and update blockquote rendering * fix: wrong translation key * feat: add alert title translation for all supported languages Done by AI
refactor: update RSS template to the latest one given by Hugo, and ch… …ange page output logic (#1257) * refactor: rename `home.rss.xml` to `rss.xml` * refactor: update RSS template to the latest one given by Hugo. Output pages with the same logic as in normal site by using `helper/pages`
refactor: centralize page filtering logic, and allow sort by lastmod (#… …1250) * refactor: migrate page visibility control from `Params.hidden` to the new `build.list` parameter. * refactor: centralize page filtering logic into a new `helper/pages.html` partial * feat: introduce `SortBy` parameter to enable sorting pages by last modified date * refactor: extract page sorting logic into a new `pages-sort.html` partial
fix: correct global site context access for the home page link in the… … sidebar
PreviousNext