Modern Jekyll based blog. Great for companies, products or anything. See live at blog.sendtoinc.com
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
- 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/
Originally build for sendtoinc.com, your workspace for sharing and organizing knowledge
Karri Saarinen
Jori Lallo
- Documentation
- Less config files
- Better deploy scripts
Copyright 2013 Kippt Inc. under The MIT License