mirror of
https://github.com/cliffe/HacktivityLabSheets.git
synced 2026-02-20 13:50:46 +00:00
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.
This commit is contained in:
13
Gemfile
13
Gemfile
@@ -1,5 +1,12 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'jekyll'
|
||||
gem 'jekyll-feed'
|
||||
gem 'jekyll-sitemap'
|
||||
# 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'
|
||||
Reference in New Issue
Block a user