Set up Jekyll with the Minimal Mistakes theme

This commit is contained in:
2025-06-26 22:06:13 -04:00
commit ef61217c10
11 changed files with 195 additions and 0 deletions

3
Gemfile Normal file
View File

@@ -0,0 +1,3 @@
source "https://rubygems.org"
gem "webrick" # https://github.com/github/pages-gem/issues/752
gem "minimal-mistakes-jekyll"