https://github.com/dacbd/blog
My blog, talking tech and maybe a few other things
https://github.com/dacbd/blog
Last synced: 4 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T08:28:33.000Z (over 1 year ago)
- Last Synced: 2025-07-27T17:17:31.551Z (11 months ago)
- Language: HTML
- Homepage: https://blog.dacbd.dev
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
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...