summaryrefslogtreecommitdiff
path: root/GEMFILE
diff options
context:
space:
mode:
authorBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-07-04 19:47:35 -0400
committerBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-07-04 19:47:35 -0400
commitcb192289eeecccb750f613b993dc3f366446d4f2 (patch)
tree5ae1e230e0592712774a07f5e2b5bf5f2401eba5 /GEMFILE
Initial Commit
Diffstat (limited to 'GEMFILE')
-rw-r--r--GEMFILE15
1 files changed, 15 insertions, 0 deletions
diff --git a/GEMFILE b/GEMFILE
new file mode 100644
index 0000000..5d0a841
--- /dev/null
+++ b/GEMFILE
@@ -0,0 +1,15 @@
+source "https://rubygems.org"
+
+# Specify Jekyll version (latest stable as of mid-2025 is ~4.3.x)
+gem "jekyll", "~> 4.3"
+
+# Plugins
+gem "jekyll-seo-tag"
+gem "jekyll-sitemap"
+gem "jekyll-feed"
+
+# If you are developing a custom theme locally, add:
+# gem "my-theme", path: "./my-theme"
+
+# For deployment on GitHub Pages (if using it), replace the above with:
+# gem "github-pages", group: :jekyll_plugins