Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 227 Bytes

File metadata and controls

11 lines (7 loc) · 227 Bytes

To test the site locally install Ruby via Apt. Then do not install Jekyll via Apt. Install with Gem and Bundler.

Install:

sudo gem install bundler jekyll
bundle install

To run the site, use this simple command:

jekyll s