This is a test of hosting a Hugo site on GitHub Pages in conjunction with the Hugo Version Manager.
The version management logic is implemented in the GitHub Actions workflow. Specifically, it overrides the default HUGO_VERSION using the value found in the .hvm file if present. See the relevant lines below:
This site:
- Includes content from a Hugo module
- Transpiles Sass to CSS using Dart Sass
- Performs vendor prefixing of CSS rules using the postcss, postcss-cli, and autoprefixer Node.js packages
- Processes CSS files using the tailwindcss and @tailwindcss-cli Node.js packages
- Encodes images to the WebP format
- Includes a content file named hugö.md to verify that the Git
core.quotepathsetting isfalse1
Footnotes
-
See issue #9810. Git's
core.quotepathsetting isfalseif/tests/hugöhas a non-zero "last modified" date. ↩