floridagolfhome / floridagolfhome.github.io

http://floridagolfhome.co.uk website
MIT License
0 stars 0 forks source link
css jekyll website

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
  3. Make changes on or branched from source branch
  4. Run rake publish:

Run rake task. NOTE: It will deploy the generated site to _master branch overwriting it

rake publish

Authors

Originally build for sendtoinc.com, your workspace for sharing and organizing knowledge

Karri Saarinen

Jori Lallo

Copyright and license

Copyright 2013 Kippt Inc. under The MIT License