/homepage

The JSON Resume homepage

Primary LanguageCSS

JSON Resume Homepage

Visit the website at http://jsonresume.org/

Development

If you want run the 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 ruby1.9.3 build-essential nodejs-legacy

ruby and gem should now have been installed on your computer.

Now go ahead and install Jekyll:

sudo gem install jekyll

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.

License

Available under the MIT license.