/lambdaladies.github.io

Lambda Ladies website source, hosted on GitHub pages

Primary LanguageCSSMIT LicenseMIT

LambdaLadies.com

This repository holds the source code for http://www.lambdaladies.com. The instructions below explain how the Jekyll theme it uses works and how to run a local copy of the website to test any proposed changes. Please send pull requests with any suggestions.

To build and run the site locally:

git checkout source
jekyll serve

To push changes to the site to GitHub and GitHub Pages:

git checkout source
jekyll serve
git add -A
git commit -m "Message explaining changes"
git branch -D master
git checkout -b master
git filter-branch --subdirectory-filter _site/ -f
git checkout source
git push --all origin

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.

Usage examples

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