Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 291 Bytes

File metadata and controls

16 lines (11 loc) · 291 Bytes

Personal Project Website

Building the site

Uses jekyll project to build a static website

once Jekyll is installed, run this to create the site:

jekyll build

Can also run this to test out the changes locally. Will be hosted locally at localhost:4000

jekyll serve