chore(docs): set up initial Hugo scaffolding
This commit is contained in:
parent
dd418c872a
commit
5e653407f2
9 changed files with 32 additions and 2 deletions
12
docs/Justfile
Normal file
12
docs/Justfile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
build:
|
||||
hugo build --minify
|
||||
|
||||
package: build
|
||||
cd public && \
|
||||
tar --create \
|
||||
--gzip \
|
||||
--file ../docs.tar.gz \
|
||||
*
|
||||
|
||||
serve:
|
||||
hugo serve --buildDrafts
|
||||
Loading…
Add table
Add a link
Reference in a new issue