diff options
| author | Ben Sanders <ben@sanders.life> | 2025-11-29 15:58:18 -0500 |
|---|---|---|
| committer | Ben Sanders <ben@sanders.life> | 2025-11-29 15:58:18 -0500 |
| commit | ee03a19e3a538c33e2294a8292635dc88f27d9c8 (patch) | |
| tree | bbeb5e0c0b18c799d77d24e94ad77ca369c1c1b8 /_site/GEMFILE | |
| parent | 5633dd01c8e5ef2c48d2d11fb92ee5549ed12739 (diff) | |
published article on removing malware and edited the README file
Diffstat (limited to '_site/GEMFILE')
| -rw-r--r-- | _site/GEMFILE | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_site/GEMFILE b/_site/GEMFILE new file mode 100644 index 0000000..5d0a841 --- /dev/null +++ b/_site/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 |
