-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uses the 'github-pages' gem, which should include all the appropriate gem dependencies supported by Github Pages. Hopefully this will address current build errors.
- Loading branch information
1 parent
16ce898
commit e4d2c97
Showing
2 changed files
with
219 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
source "https://rubygems.org" | ||
ruby '3.2.2' | ||
|
||
gem "jekyll", "~>3.7" | ||
gem "jekyll-paginate-v2", "~>1.9" | ||
gem "webrick" | ||
gem 'kramdown' | ||
gem 'kramdown-parser-gfm' | ||
# Jekyll Plugins | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.9" | ||
gem "jekyll-sitemap","~>1.1" | ||
end | ||
gem "github-pages" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters