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.
- Install hugo //
Long story short:
brew install hugo - Create a site:
hugo new site /path/to/site cd /path/to/sitegit clone https://github.com/ktmud/huggle.git themes/huggle
hugo new post/first-article.mdhugo server -ws .
Check out the detailed tutorial.
MIT