1.8.4 (2024-11-02)
1.8.3 (2024-10-12)
- tweak active docs nav item border color (#1077) (a71e7c5)
- tweak margin top for the headings of foldable blockquote alerts (ec46859)
1.8.2 (2024-10-10)
1.8.1 (2024-10-09)
- mention blockquote alerts on alert shortcode (bf23edb)
- add default style for alert links (658a243)
1.8.0 (2024-10-09)
1.7.2 (2024-09-04)
- adapt to Hugo v0.134.0 Summary changes (0272f5d)
1.7.1 (2024-08-29)
- correct taxonomy titles (ff31f29)
- change scrollbar width and hover color for docs nav and sidebar (8aa8ded)
1.7.0 (2024-08-23)
- sidebar: change overflow as auto, width as thin and color when hovering (6b9029c)
1.6.6 (2024-08-22)
- add sidebar-none into PurgeCSS safelist (f3ab300)
- broken layouts (#1060) (4438926)
- table CLS issue (7cc1115), closes #1062
1.6.5 (2024-08-20)
1.6.4 (2024-08-19)
- sidebar toggle on list and single page (f8b09f2)
1.6.3 (2024-08-19)
1.6.2 (2024-08-19)
- set max-height for code block to partially avoid CLS issue (f2f722c)
1.6.1 (2024-08-18)
- rename
docsNav.reduceFontSize
todocs.nav.reduceFontSize
(5ce293e)
1.6.0 (2024-08-18)
1.5.8 (2024-08-05)
1.5.7 (2024-06-15)
1.5.6 (2024-04-19)
1.5.5 (2024-02-21)
1.5.4 (2024-02-21)
1.5.3 (2024-01-24)
- i18n: correct color_cyan translation in Russian (c340404)
1.5.2 (2024-01-21)
1.5.1 (2024-01-03)
1.5.0 (2023-12-02)
1.4.1 (2023-11-05)
1.4.0 (2023-11-05)
- add archive.monthFormat parameter (f334678)
1.3.2 (2023-11-05)
- correct the type of archive.dateFormat (ba51a96)
- correct the archive posts date format (cde8594)
1.3.1 (2023-10-31)
- replace the GoogleAnalytics parameter with services.googleAnalytics.ID (7dd8dfe)
- archives: correct the dateFormat parameter (#999) (065ba24)
- social: replace site.Social with site.Params.social (#1002) (5b2e093)
- improve translations in Russian (c0e8aab)
1.3.0 (2023-10-30)
- document the carouselPostCount parameter (b505bcd)
- add the carouselPostCount parameter which indicates the number of posts on homepage carousel (c8ac437)
1.2.6 (2023-10-29)
1.2.5 (2023-10-29)
1.2.4 (2023-10-03)
- added another line encouraging people to add their own translation file to the GitHub repository. (41ffa9a)
- added clarification on defaultContentLanguage parameter (41ffa9a)
- added small description to defaultContentLanguage (41ffa9a)
- added Spanish to the language list (41ffa9a)
- reworded one line to avoid possible confusions (41ffa9a)
- update documentations (#977) (41ffa9a)
1.2.3 (2023-09-17)
1.2.2 (2023-07-28)
1.2.1 (2023-07-28)
- remove the post.excerpt parameter
- release 1.2.1 (6a73df1)
- show the description if set (#964) (2e5396d)
- smoothly scroll on slide component, such as the related posts (#962) (7af2b5e)
1.2.0 (2023-06-27)
1.1.0 (2023-06-16)
- funding: add support for Buy Me a Coffee (decf0fe)
The CHANGELOG are included in Releases now.
- Use Hugo Pipes for building assets.
- Remove
assets/css/custom.css
, useassets/main/scss/_custom.scss
instead. - Remove
assets/js/custom.js
, useassets/main/js/custom.ts
instead. - Add
assets/main/scss/_variables.scss
for overriding variables. - Remove
assets/js/icons.js
, useassets/icons/custom.js
instead. - Remove
assets/js/katex.config.js
, useassets/katex/js/options.ts
instead. - Remove
assets/js/mermaid.config.js
, useassets/mermaid/js/options.ts
instead. - Remove
assets/js/viewer.config.js
, useassets/viewer/js/options.ts
instead. - Remove
assets/css/highlight.css
, useassets/main/scss/_highlight.scss
instead.