alkymst / hugostrap

static site generator boilterplate with bootstrap 4, gulp.js and hugo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[HugoStrap]

Hugo theme with Bootstrap 4 boilerplate with Gulp.js, browsersync and multiple-language support.

Combine the power of Hugo, bootstrap and gulp.js, it becomes incredibly 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

  1. Install hugo // Long story short: brew install hugo
  2. Create a site: hugo new site /path/to/site
  3. cd /path/to/site
  4. git clone https://github.com/alkymst/hugostrap.git themes/hugostrap
  5. hugo server -ws -t=hugostrap .

Grunt

  1. cd hugostrap && make init
  2. cd hugostrap && make watch

Start building

  1. hugo new post/first-article.md
  2. hugo server -ws -t=hugostrap .

License

MIT

About

static site generator boilterplate with bootstrap 4, gulp.js and hugo


Languages

Language:JavaScript 50.4%Language:HTML 38.2%Language:CSS 11.1%Language:Makefile 0.3%