Thanks to visit codestin.com
Credit goes to github.com

Skip to content

timothyckl/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tim's thoughts

Developer blog built with Hugo and shibui theme.

Quick Start

# 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

File Structure

.
├── 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       

Writing

hugo new posts/my-first-post.md

About

tim's thoughts

Resources

Stars

Watchers

Forks