Skip to content

SITW/blog

Repository files navigation

SITW blog

SITW official blog

Installation & Usage

bundle install
jekyll serve --watch

Note: Requires Ruby version 1.9.3 =>. For example use rbenv

Configuration

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.

Publish to Github Pages

  1. Add your domain to CNAME
  2. 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

Copyright and license

original from https://github.com/kippt/jekyll-incorporated/ under The MIT License

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages