Awesome
Huggle
Hugo theme boilerplate with Gulp.js and multiple-language support.
Combine the power of Hugo and gulp.js, it becomes incrediblely easy & fast to generate a static site of your own.
Write posts in Markdown, polish UI in stylus/less/sass/coffee, build the entire site in seconds.
Usage
- Install hugo //
Long story short:
brew install hugo
- Create a site:
hugo new site /path/to/site
cd /path/to/site
git clone https://github.com/ktmud/huggle.git themes/huggle
Start blogging
hugo new post/first-article.md
hugo server -ws .
More
Check out the detailed tutorial.
License
MIT