summaryrefslogtreecommitdiff
path: root/frontend/hugo.toml
AgeCommit message (Collapse)Author
2026-05-29frontend: simple.css: Use copy of upstream codexengineering
This switches from the use of a Git submodule to a locally committed copy of the needed file and it's license. The reason is that `hugo server` needs the CSS file in the same relative path as `hugo build` which is run in the build tree. But this is not possible because Meson cannot copy it to the `build/frontend/simple.css` folder without a `meson.build` in `source/frontend/simple.css`. This together with the limitation that symbolic links are not supported by Hugo makes life pretty difficult. Thus a local copy of simple.css and an adjacent `meson.build` file is chosen.
2026-05-23frontend: Reduce to explicitly wanted filesxengineering
Hugo by default generates output files which are not yet needed.
2026-05-23frontend: Add hugo.tomlxengineering
This is the starting point of a Hugo[1] based web frontend. [1]: https://gohugo.io/