A show case of some of the projects we've been working on.
Add .md (or .html) files to the /pages directory. Use the template file as a guide.
Based on the Cayman theme with some modifications.
- Setup RVM
- Don't
for get to add user to rvm group 'sudo usermod -a -G rvm USERNAME
- Don't
- Setup ruby -
rvm install ruby
orrvmsudo rvm install ruby
if you need to use root permissions - Install nodejs -
sudo apt install nodejs
- Setup bundle and jekyll -
gem install bundle && gem install jekyll
- navigate to dir and run
bundle install
Handy scripts
/script
run site with script/server
site will be available at localhost:4000
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.