Files
HacktivityLabSheets/Gemfile
Z. Cliffe Schreuders 94d4f3b74a Set up GitHub Pages compatibility with new Gemfile and scripts
- Updated Gemfile for GitHub Pages compatibility, including necessary gems.
- Added Gemfile.github-pages for specific GitHub Pages dependencies.
- Created scripts to switch between GitHub Pages and local development setups.
- Introduced GitHub Actions workflow for building and deploying the Jekyll site to GitHub Pages.
2025-09-15 23:33:11 +01:00

12 lines
385 B
Ruby

source 'https://rubygems.org'
# GitHub Pages compatible gems
gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-feed', '~> 0.12'
gem 'jekyll-sitemap'
# If you want to use GitHub Pages, uncomment the line below and comment out the jekyll gem above
# gem 'github-pages', group: :jekyll_plugins
# For local development, you can use a newer Jekyll version
# gem 'jekyll', '~> 4.3.0'