blog/README.md
d3vyce 8c7e30c932
Some checks failed
Build Blog Docker Image / build docker (push) Failing after 40s
Build Hugo Docker Image / build docker (push) Failing after 0s
fix: hugo image build
2024-02-11 12:28:00 +01:00

8 lines
174 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
```