Skip to content

nicholas-maltbie/nicholas-maltbie.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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