https://github.com/jackblk/blog
My personal blog
https://github.com/jackblk/blog
Last synced: 4 months ago
JSON representation
My personal blog
- Host: GitHub
- URL: https://github.com/jackblk/blog
- Owner: jackblk
- Created: 2023-01-05T08:05:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-08T04:15:00.000Z (10 months ago)
- Last Synced: 2025-09-08T05:41:18.014Z (10 months ago)
- Language: HTML
- Homepage: https://jackblk.github.io/blog
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
My personal blog. Everything should be auto deployed.
For future me:
* Upgrade theme: `git pull --recurse-submodules`
* To create a new post, run `hugo new posts/my-new-post.md`, or just write to `content/posts/my-new-post.md`
* Run local server with drafts: `hugo server` or `hugo server -D` to build with drafts
Note: the original theme [panr/hugo-theme-hello-friend](https://github.com/panr/hugo-theme-hello-friend) is not maintained anymore and I found [wilmardo/hugo-theme-hello-friend](https://github.com/wilmardo/hugo-theme-hello-friend) to be a better maintained fork which works with latest hugo 0.146.3.