-
Install hugo from here
-
Then clone the repository
$ git clone https://github.com/JIITODC/blog.git
- Run in your machine
$ cd blog
$ hugo server -t LeaveIt
In the root of the blog,
$ hugo new posts/post-name.md
Open the file in contents/posts/
To use assets in your post, place them in /static
.