bumm: blowfish/hugo version
This commit is contained in:
@ -7,7 +7,10 @@ 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]
|
||||
# Bump submodule version
|
||||
git submodule update --remote --merge
|
||||
git -C themes/blowfish/ checkout [TAG]
|
||||
|
||||
# Start blog with draft
|
||||
hugo server --buildDrafts
|
||||
```
|
Reference in New Issue
Block a user