mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-31 13:30:45 +00:00
14 lines
439 B
Text
14 lines
439 B
Text
|
|
# Bundler setup for jekyll to be deployed on github pages.
|
||
|
|
|
||
|
|
source "https://rubygems.org"
|
||
|
|
|
||
|
|
# Note that we're using the github-pages gem to mimic the GitHub pages
|
||
|
|
# automated setup. That installs jekyll, a default set of jekyll
|
||
|
|
# plugins, and a modified jekyll configuration.
|
||
|
|
group :jekyll_plugins do
|
||
|
|
gem "github-pages"
|
||
|
|
gem "jekyll-remote-theme"
|
||
|
|
end
|
||
|
|
|
||
|
|
# Prefer the GitHub flavored markdown version of kramdown.
|
||
|
|
gem "kramdown-parser-gfm"
|