To work locally with this project, you'll have to follow the steps below:
- Install Hugo
- Clone this project.
git clone https://github.com/syfun/hugoblog.git
- Install theme.
git submodule update --init
- Preview your project.
hugo server -D
- Add content and start writing.
hugo new post/title-of-your-essay.md
- remove draft state after review
draft = true # delete this line or change value to false
- Deploy it.
./deploy.sh