blog
Getting started
$ git clone [email protected]:tsub/blog.git
$ cd blog
$ bin/setup
How to add new post
$ bin/hugo new post/post-title.md
How to Deploy
Hosted by GitHub Pages.
When you commit to the master
branch it will be deployed automatically.