summaryrefslogtreecommitdiff
path: root/_site
diff options
context:
space:
mode:
Diffstat (limited to '_site')
-rw-r--r--_site/GEMFILE15
1 files changed, 0 insertions, 15 deletions
diff --git a/_site/GEMFILE b/_site/GEMFILE
deleted file mode 100644
index 5d0a841..0000000
--- a/_site/GEMFILE
+++ /dev/null
@@ -1,15 +0,0 @@
-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