Skip to content

timothyckl/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timothyckl

Personal blog built with Hugo and the OpenCode theme.

Run locally

Install Hugo, then:

git clone git@github.com:timothyckl/blog.git
cd blog
hugo server -D

The site will be available at http://localhost:1313.

Write a post

hugo new content posts/my-first-post.md

Posts live in content/posts/. New posts are drafts by default; set draft = false in the front matter when they are ready to publish.

Project structure

.
├── archetypes/              # content templates
├── content/                 # posts and pages
├── static/                  # images and custom styles
├── themes/opencode-hugo-theme/
└── hugo.toml                # site configuration

About

tim's thoughts

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors