Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 314 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 314 Bytes

Setting Up

First install Ruby Version Manager or Ruble 2.7.5 and then setup Ruby

rvm use
gem install bundle
bundle install

Development

bundle exec jekyll server -w --config _config.yml,_config-dev.yml

Production

bundle exec jekyll build

serve the contents of the _site folder