1
0
Fork 0

Update bootstrap

This commit is contained in:
Owen Ryan 2024-04-17 16:54:41 -04:00
parent 65ec3ec18f
commit e40877c34d
45 changed files with 884 additions and 870 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
serve:
bundle exec jekyll serve --watch
build:
bundle exec jekyll build