Release summary
Adapting to Hugo 0.146.0's new templating system is the main feature of this release. For details, see the CHANGELOG.
What's Changed
- Update packages: Hugo to 0.136.5 by @chalin in #2106
- Add missing feedback section in french by @codeboten in #2105
- Set NPM package version to next unreleased dev version by @chalin in #2109
- Update pkgs, with Hugo to 0.137.0 by @chalin in #2112
- [UG] NPM install: add
npm init
and switch to YAML config by @chalin in #2114 - Delete .s3deploy.yml by @chalin in #2111
- [CI] Make build checks pass again, skip .md link checking by @chalin in #2118
- User guide: correct instructions on how to disable RSS feed by @deining in #2104
- [UG] Give guidance on what to do on "failed to load modules" error by @chalin in #2117
- External link checking + project pages by @chalin in #2120
- [CI] Restore format check as a part of
npm test
by @chalin in #2124 - Upgrade Hugo and merge optional deps into dev by @chalin in #2125
- Fix typo in deployment documentation by @shihyuho in #2123
- Update CHANGELOG.md: fix copy-paste error by @chalin in #2127
- [CI] Handle creation of empty Hugo-modules for deps by @chalin in #2128
- Upgrade Hugo and FontAwesome by @chalin in #2129
- [CI] Patch search page HTML until Hugo is fixed, FA upgrade by @chalin in #2135
- [CI] Upgrade NPM pkgs, Hugo to 0.139.4 by @chalin in #2143
- Blog 2024 year in review by @chalin in #2145
- Blog 2024 review: Add link to LFX mentorships by @chalin in #2147
- Bump dependency Font-Awesome to latest version 6.7.2 by @deining in #2151
- i18n: Add feedback_* to i18n/ja.toml by @rinsuki in #2149
- [CI] Upgrade NPM pkgs, Hugo to 0.140.2 by @chalin in #2154
- Blog list layout refactoring by @chalin in #2155
- Blog list layout: display the page title and content by @chalin in #2157
- Blog list layout whitespace cleanup by @chalin in #2159
- Hide index-page single breadcrumb by @chalin in #2160
- Render-heading: process class attributes by @chalin in #2165
- Userguide config cleanup, drop pygments config by @chalin in #2166
- Update and improve zh-TW Traditional Chinese locale by @PeterDaveHello in #2158
- Bump KaTeX to latest version by @deining in #2168
- Breadcrumb for blog pages, and per-page/section config by @chalin in #2161
- Fix error when building user guide with latest hugo version 0.141.0 by @deining in #2177
- [CI] Upgrade NPM packages by @chalin in #2179
- Drop style attribute using undef CSS var by @chalin in #2180
- Remove docsy's custom shortcode 'figure' by @deining in #2175
- Update Hugo to 0.142.0, and more by @chalin in #2182
- Fix language-drop style when in left nav by @chalin in #2183
- Upgrade Hugo to 0.143.0 and add comment shortcode by @chalin in #2188
- User guide, LaTeX: typesetting of formulae using standard syntax by @deining in #1858
- Revert "UG LaTeX: typesetting of formulae using standard syntax (#1858)" by @chalin in #2190
- Upgrade Hugo to 0.143.1, etc by @chalin in #2191
- [feat] Add base support of td-content-after-header hook by @chalin in #2192
- Add link def to CHANGELOG and clean up whitespace by @chalin in #2193
- [UG] Explain how to implement custom search by @chalin in #2202
- [UG] Run Prettier over search.md page by @chalin in #2203
- Update NPM pkgs, Hugo to 0.145.0 by @chalin in #2204
- Heading render hook: support all attributes by @chalin in #2206
- Replace 404'd link to cross reference docs with API reference for relref by @nathan-contino in #2217
- user guide: fix preview with latest hugo version 0.146.5 by @deining in #2215
- Fix typo by @deining in #2219
- Bump dependency bootstrap to latest released version 5.3.5 by @deining in #2222
- Rename Docsy's render-heading hook and helper partial by @chalin in #2223
- User guide: remove deprecated kind 'taxonomyterm' from disableKinds by @deining in #2227
- Update pkgs: Hugo to 0.147.0, etc by @chalin in #2228
- [UG] Taxonomy page copyedited & prettified by @chalin in #2229
- Enable blank issue template by @chalin in #2231
- Update Hugo to 0.147.2, and netlify-cli by @chalin in #2239
- Update Bootstrap to 5.3.6 by @chalin in #2240
- Cleanup: drop temporary GA template by @deining in #2237
- Update packages, Hugo to 0.147.3 by @chalin in #2242
- [UG] Run Prettier over all pages under
adding-content
by @chalin in #2244 - Move
layouts/_default/_markup
one level up, and adjust UG by @chalin in #2246 - Add underscore to
partials
andshortcodes
directory names by @chalin in #2247 - Check all external links, fix broken links by @chalin in #2249
- User guide: fix wrong file name, update version information by @deining in #2251
- Drop
_internal
prefix from template paths by @chalin in #2250 - Update NPM pkgs, Hugo to 0.147.4 by @chalin in #2254
- Moving some files out of
layouts/_default
, and usingall.html
by @chalin in #2255 - Move new content-after-header hook into partials folder, add UG entry by @chalin in #2256
- Move taxonomy and terms out of _default by @chalin in #2257
- User guide: minor improvements by @deining in #2258
- Rename layout fragment to include
_td-
filename prefix by @chalin in #2259 - Changelog updates for layout refactorings by @chalin in #2260
- Make content-after-header a layout fragment again by @chalin in #2261
- Config file misc clean up and refcache update by @chalin in #2262
- Update Hugo to 0.147.5 by @chalin in #2263
- Linting of .scss files by @deining in #2253
- Update Ukrainian translation file (uk.toml): fixed errors, added missing keys, unified tone by @JackArton in #2248
- Update Swagger UI to 5.21.0 (latest) by @Gr3q in #2252
- i18n PT-BR: Added missing key, updated translations by @luigicaetano in #2233
- Use font-weight-bold variable by @jorado in #2234
- Streamline README.md and other copyedits by @chalin in #2264
- i18n Norwegian: Added missing key, updated translations by @chrish in #2186
- User guide, LaTeX: typesetting of formulae using standard syntax (II) by @deining in #2195
- Update min Hugo version in theme config, and some UG copyedits by @chalin in #2267
- Release v0.12.0 preparation by @chalin in #2265
New Contributors
- @codeboten made their first contribution in #2105
- @shihyuho made their first contribution in #2123
- @rinsuki made their first contribution in #2149
- @PeterDaveHello made their first contribution in #2158
- @nathan-contino made their first contribution in #2217
- @JackArton made their first contribution in #2248
- @Gr3q made their first contribution in #2252
- @luigicaetano made their first contribution in #2233
- @jorado made their first contribution in #2234
- @chrish made their first contribution in #2186
Full Changelog: v0.11.0...v0.12.0