Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dacbd/blog

My blog, talking tech and maybe a few other things
https://github.com/dacbd/blog

Last synced: 6 days ago
JSON representation

My blog, talking tech and maybe a few other things

Awesome Lists containing this project

README

        

# blog

Made with [Hugo](https://gohugo.io)
- [installation](https://gohugo.io/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`

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](http://localhost:1313/)
`hugo new --kind post contest/posts/.md`

Deployment:
cloudfare pages runs the build on push to main...