Personal blog built with Hugo and the OpenCode theme.
Install Hugo, then:
git clone git@github.com:timothyckl/blog.git
cd blog
hugo server -DThe site will be available at http://localhost:1313.
hugo new content posts/my-first-post.mdPosts live in content/posts/. New posts are drafts by default; set
draft = false in the front matter when they are ready to publish.
.
├── archetypes/ # content templates
├── content/ # posts and pages
├── static/ # images and custom styles
├── themes/opencode-hugo-theme/
└── hugo.toml # site configuration