summaryrefslogtreecommitdiff
path: root/GEMFILE
blob: 5d0a84133f8606ee9c0fa9a2597f5f0136004af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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