Visit the website at https://jsonresume.org/
There are two ways to run this website, locally or inside a VM.
Dependencies:
- Git
- Debian-based OS (e.g. Ubuntu)
git clone http://github.com/jsonresume/homepage
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
Step into the homepage/
folder and run:
jekyll serve --watch
This will run the Jekyll server and watch for any file changes.
Dependencies:
- Vagrant
- VirtualBox
Simply run:
vagrant up
vagrant ssh
jekyll serve
Then open http://localhost:4000/.
The initial provision will take some time.
Note: The --watch
flag for Jekyll has issues inside the VM, see Stack Overflow and jekyll/jekyll#1763.
Installing Jekyll on Ubuntu: http://michaelchelen.net/81fa/install-jekyll-2-ubuntu-14-04/
Available under the MIT license.