blog/README.md
d3vyce 6ea0bcef86
Some checks failed
Build Blog Docker Image / build docker (push) Failing after 40s
fix: hugo image build
2024-02-11 12:32:20 +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
```