Developer blog built with Hugo and shibui theme.
# clone with theme submodules
git clone --recurse-submodules https://github.com/timothyckl/blog
cd blog
# run dev server
hugo server -D
# visit http://localhost:1313
.
├── journal/
│ └── content/ # posts & pages (e.g. content/posts/)
│ ├── content/ # posts & pages (e.g. content/posts/)
│ ├── themes/ # theme (git submodule)
│ ├── hugo.toml # site config
│ └ ...
└── README.md
hugo new posts/my-first-post.md