Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

kippt/jekyll-incorporated

Repository files navigation

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

  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

Usage examples

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

Releases

No releases published

Packages

No packages published

Languages