All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m1s
11 lines
215 B
Markdown
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
|
|
``` |