Jekyll Incorporated
Modern Jekyll based blog. Great for companies, products or anything. See live at blog.sendtoinc.com
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
- 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
Usage examples
- Adroll Engineering http://tech.adroll.com/
- Brace.io blog http://blog.brace.io/
- Spark.io blog http://blog.spark.io/
- Department of Better Technology http://blog.dobt.co/
Authors
Originally build for sendtoinc.com, your workspace for sharing and organizing knowledge
Karri Saarinen
Jori Lallo
Todo:
- Documentation
- Less config files
- Better deploy scripts
Copyright and license
Copyright 2013 Kippt Inc. under The MIT License