Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-03 | WIP: web: Add meson build system | xengineering | |
TODO: Make sure ninja re-calls hugo if hugo.toml or one of the HTML files are touched. CMake has some disadvantages when building subprojects like with `ExternalProject`. Furthermore the language is sometimes hard to read, hard to write and not so much appreciated. This is a little test if meson might perform better. If successful this project might switch to meson for all parts except the Zephyr builds. | |||
2025-04-01 | web: Add minimal Hugo-based site | xengineering | |
Hugo [1] is a common static site generator. It should be used to generate a site where build artifacts of this project can be presented and deployed. [1]: https://gohugo.io |