Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dacbd/blog
- Owner: dacbd
- License: mit
- Created: 2024-10-03T06:58:13.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-26T01:14:45.000Z (20 days ago)
- Last Synced: 2024-10-26T16:09:14.660Z (20 days ago)
- Language: HTML
- Homepage: https://blog.dacbd.dev
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...