Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 443 Bytes

File metadata and controls

13 lines (9 loc) · 443 Bytes

Computational Physics at GT

This website is modified from my template, here.

Local build

bundle install   # once
npm install      # once
npm run build    # jekyll build + pagefind index

For rapid content iteration (no search index), bundle exec jekyll serve is still fine — the search modal will open but show no results until a full npm run build is run.