[web] Hugo build-dir based
Hugo web site generation is now build-directory based. New make-targets for easy web site generation and previewing:
cd build-dir
ninja web # builds web site in build-dir/web/public
ninja preview-web # as above but also starts a server with a web site preview
- Tests covering your feature were added?
- Any new feature or behaviour change was documented?
- Add this merge request to the changelog
Edited by Lars Bilke