blog/README.md
d3vyce 052a6334cb
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m1s
convert pgn into webp + start hugo migration article
2024-02-20 20:12:33 +01:00

11 lines
215 B
Markdown

# 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
hugo server --buildDrafts
```