Initial commit

This commit is contained in:
Charlotte Gaskell 2025-05-06 12:11:49 +00:00
commit 9417d5e579
3 changed files with 21 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# ---> Jekyll
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Ignore folders generated by Bundler
.bundle/
vendor/