Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keelerm84/old-cupfullofcode.com-jekyll

This is the personal website and blog of Matthew M. Keeler
https://github.com/keelerm84/old-cupfullofcode.com-jekyll

Last synced: 17 days ago
JSON representation

This is the personal website and blog of Matthew M. Keeler

Awesome Lists containing this project

README

        

# Cup Full of Code

This is the personal website and blog of Matthew M. Keeler. It is built on top
of [Jekyll](http://jekyllrb.com/) and provides me a little corner of the web to
chat about whatever.

## Setup

In order to build this site, you must do the following:

git clone git://github.com/keelerm84/cupfullofcode.com
cd cupfullofcode.com
gem install jekyll bundler
bundle install
jekyll build

If you plan on making changes, you can optionally do:

jekyll serve --watch