SITW official blog
bundle install
jekyll serve --watch
Note: Requires Ruby version 1.9.3 =>. For example use rbenv
Edit: _config.yml (general options), main.css (theme colors & fonts)
jekyll-incorporated/
├── _config.yml
├── _assets/
├── stylesheets/
├── main.scss
Note: when editing config.yml, you need to restart jekyll to see the changes.
- Add your domain to CNAME
- Edit your repo address at Rakefile
Run rake task. NOTE: It will deploy the generated site to gh-pages branch overwriting it
rake site:publish
original from https://github.com/kippt/jekyll-incorporated/ under The MIT License