blog/README.md
d3vyce e7625c38a3
Some checks failed
Build Blog Docker Image / build docker (push) Successful in 1m2s
Build Hugo Docker Image / build docker (push) Failing after 4m43s
update
2024-02-24 13:22:23 +01:00

292 B

d3vyce Blog

Install

export PATH=$PATH:/usr/local/go/bin
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
git submodule update --recursive
git lfs pull

git -C themes/blowfish/ checkout [TAG]
git submodule update --remote --merge
hugo server  --buildDrafts