chore(docs): set up initial Hugo scaffolding

This commit is contained in:
Jef Roosens 2025-06-18 12:17:49 +02:00
parent dd418c872a
commit 5e653407f2
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
9 changed files with 32 additions and 2 deletions

12
docs/Justfile Normal file
View file

@ -0,0 +1,12 @@
build:
hugo build --minify
package: build
cd public && \
tar --create \
--gzip \
--file ../docs.tar.gz \
*
serve:
hugo serve --buildDrafts