Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 528 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 528 Bytes

trollfolio

the finest works of art

Setup
  • Install RVM: \curl -sSL https://get.rvm.io | bash
  • When you cd into the trollfolio directory, you may be prompted to install the right version of Ruby; do so if needed. Example: rvm install ruby-2.3.1
  • If you just installed a new version of Ruby, you'll likely need to get the bundler gem first: gem install bundle
  • Run jekyll serve.
  • Vist http://0.0.0.0:4000/trollfolio to see the site locally.
  • Jekyll will automatically reload as you change files.