Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 250 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 250 Bytes

triggering deployment.

virtualenv venv -p `which python2.7
. venv/bin/activate
sudo apt-get install ruby ruby-dev make gcc
sudo gem install jekyll bundler jekyll-sitemap pygments.rb jemoji jekyll-last-modified-at
rm -rf _site && jekyll serve