Skip to content

projectglow/website

Folders and files

NameName
Last commit message
Last commit date
Mar 1, 2022
Apr 12, 2015
Mar 1, 2022
Mar 1, 2022
Oct 4, 2014
Oct 4, 2014
Mar 1, 2022
Apr 10, 2015
Oct 11, 2019
Oct 16, 2019
Oct 8, 2019
Mar 1, 2022
Oct 16, 2019
Oct 14, 2019

Repository files navigation

Testing Locally

  1. Install Ruby
  • note: this is painful on a Mac M1, consider ruby on mac to automate the process
  • gem install rexml
  1. Install Jekyll
  2. jekyll serve from the project root. This will automatically rebuild the site as you make changes. However, note that changes to _config.yml require a server restart.