Jekyll - acehippo/slowmotion GitHub Wiki

installation

prerequisite

  • install ruby 2.1
sudo apt-get install python-software-properties
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.1 ruby2.1-dev ruby-switch
sudo ruby-switch --set ruby2.1

jekyll

  • install
gem install jekyll
  • start
jekyll new test-site
cd test-site
jekyll serve

=> http://localhost:4000

references