Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keelerm84/old-cupfullofcode.com-jekyll
- Owner: keelerm84
- Created: 2014-07-14T19:50:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-14T19:54:07.000Z (over 10 years ago)
- Last Synced: 2024-10-03T15:14:53.806Z (about 1 month ago)
- Language: Ruby
- Size: 1.04 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 buildIf you plan on making changes, you can optionally do:
jekyll serve --watch