115eafc21ff5ba04a8b8ee80f7d73432779d4ee8
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 1m15s
Reviewed-on: #1
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
# Bump submodule version
git submodule update --remote --merge
git -C themes/blowfish/ checkout [TAG]
# Start blog with draft
hugo server --buildDrafts
Description
Languages
HTML
93.3%
Dockerfile
6.7%