Added
- Support for article thumbnails, covers and featured images
- Hybrid header layout that switches between the hamburger and basic menus at appropriate viewport sizes
- Traditional Chinese (Taiwan) translation (#262)
- New
list.paginationWidth
parameter to specify how many pagination links are generated before they are truncated - Site title display can be toggled on or off independently, allowing for it to be displayed alongside the site logo or removed entirely
- Tailwind plugin for Prettier to standardise the order of CSS classes (#268)
- External links in article content will now open in a new browser tab (#312)
- Independent control over the display of taxonomy listings on article and list pages (#326)
- Button shortcode now supports an optional
download
parameter to instruct browsers to directly download resources rather than navigate to a URL (#349) - Minor style and layout improvements
Changed
- ⚠️ The
logo
parameter has moved under theheader
group and is now set usingheader.logo
- ⚠️ Simplified Chinese (China) language code has changed from
zh
tozh-cn
- Site logo is now in its own
logo.html
partial to allow it to be easily overridden (#322) - Upgrade to Chart.js v3.9.1 (#261)
- Upgrade to Tailwind v3.2.2 (#265, #333, #352)
- Upgrade to Mermaid v9.2.2 (#272, #279, #296, #339, #360)
- Upgrade to KaTeX v0.16.3 (#284, #334)
- Upgrade to Typography v0.5.8 (#287, #292, #353)
Fixed
- Appearance switcher title doesn't update when switching appearance (#235)
- Article updated date logic doesn't consider formatted date values (#259)
- Error calling Paginate when attempting to generate a site with no taxonomies (#289)
- Multilingual links are spaced incorrectly when using Hugo minify (#298)
- Pagination links overflow the page area on large datasets (#299)
- Embedded content disappears when displayed at certain viewport sizes (#302, #335)
- Order of articles on list pages would not follow Hugo conventions when grouped by year (#313)
- Button shortcode overlaps table of contents when at the top of the article content (#337)
- Providing a
colorScheme
value containing uppercase characters breaks some deployments (#347)