JSON Resume Homepage
Visit the website at http://jsonresume.org/
Development
If you want run this Jekyll website locally, follow these instructions:
1. Clone repository
git clone http://github.com/jsonresume/homepage
2. Install Jekyll
Start by installing this stuff:
sudo apt-get install ruby ruby-dev make
ruby
and gem
should now have been installed on your computer.
Now go ahead and install Jekyll:
sudo gem install jekyll --no-rdoc --no-ri
3. Run Jekyll
Step into the homepage/
folder and run:
jekyll serve --watch
This will run the Jekyll server and watch for any file changes.
Resources
Installing Jekyll on Ubuntu:
http://michaelchelen.net/81fa/install-jekyll-2-ubuntu-14-04/
License
Available under the MIT license.