aboutsummaryrefslogtreecommitdiff
path: root/hugo.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19docs: move algolia config to hugo configXhmikosR1-0/+5
2024-03-19docs: bundle assets with HugoXhmikosR1-2/+5
Also: * load any docs' third-party dependencies from node_modules (except for examples) * exclude docsearch from layouts that don't use it * preconnect to algolia only when not examples layout * switch to `RelPermalink` * refactor JS assets into partials
2024-03-13docs: move fathom site to hugo config (#39781)XhmikosR1-0/+3
2024-02-20Release v5.3.3 (#39524)Julien Déramond1-13/+13
* Release v5.3.3 * Dist --------- Co-authored-by: XhmikosR <[email protected]>
2023-09-14Release v5.3.2 (#39173)Julien Déramond1-13/+13
* Bump version to 5.3.2 * Dist
2023-07-26Release v5.3.1 (#38956)XhmikosR1-13/+13
* Bump version to 5.3.1 * Dist
2023-06-27Build(deps-dev): Bump hugo-bin from 0.108.0 to 0.110.1 (#38832)dependabot[bot]1-0/+2
* Build(deps-dev): Bump hugo-bin from 0.108.0 to 0.110.1 Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.108.0 to 0.110.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.108.0...v0.110.1) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update hugo.yml Set allowActionJSTmpl to true for now --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2023-05-30Release v5.3.0 (#38657)XhmikosR1-13/+13
* Bump version to 5.3.0 * Dist
2023-05-27Update devDependencies (#38656)XhmikosR1-3/+3
* @babel/core ^7.21.8 → ^7.22.1 * @babel/preset-env ^7.21.5 → ^7.22.2 * @popperjs/core ^2.11.7 → ^2.11.8 * hugo-bin ^0.103.1 → ^0.103.3 * lockfile-lint ^4.10.1 → ^4.10.5
2023-05-17Rename config.yml to hugo.yml (#38582)Christian Oliff1-0/+89
hugo.yml is now recommended (over the generic sounding config.yml) as the default config based filename REF: https://gohugo.io/getting-started/configuration/#hugotoml-vs-configtoml Changing this may make it easier for code editors and build tools to identify this as a Hugo configuration file and project.