Install dependecies
bundle install
Serve locally (developement)
bundle exec jekyll serve
Generate static website
JEKYLL_ENV=production bundle exec jekyll build --destination site
Install dependecies
bundle install
Serve locally (developement)
bundle exec jekyll serve
Generate static website
JEKYLL_ENV=production bundle exec jekyll build --destination site