Made with Hugo
- installation
- install git
git --version
- install go
go version
- install gcc
gcc --version
- install hugo
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
- install git
Some interesting Hugo themes:
- https://themes.gohugo.io/themes/hugo-paper/
- https://themes.gohugo.io/themes/hugo-papermod/
- https://themes.gohugo.io/themes/risotto/
- https://themes.gohugo.io/themes/binario/
- https://themes.gohugo.io/themes/hugo-bearcub/
Add a new post:
hugo new content content/posts/my-new-post.md
Development:
hugo server -D
See content at localhost
hugo new --kind post contest/posts/<name>.md
Deployment: cloudfare pages runs the build on push to main...