Install Ruby and the gems for Jekyll. How to do that.
- Clone repository
cd [there]
bundle install
bundle exec jekyll serve
- Open your browser to
http://localhost:4000
Any changes you make will automatically build and you will be able to see these by refreshing your browser.
Notes:
- You will need to re-run
bundle exec jekyll serve
to see changes made in_config.yml
. - pacman errors - install newer Ruby
- servlet.rb:3:in `require': cannot load such file -- webrick (LoadError) -