mirror of
https://github.com/cliffe/HacktivityLabSheets.git
synced 2026-02-21 11:18:09 +00:00
- 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.
12 lines
385 B
Ruby
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' |