Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 320 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 320 Bytes

Nick Jekyll

Nick Maltbie's jekyll portfolio

Useful commands

Run website for development

Install Jekyll - https://jekyllrb.com/docs/installation/

bundle exec jekyll serve

Build website (will go into _site folder)

JEKYLL_ENV=production bundle exec jekyll build