Skip to content

Commit b859034

Browse files
committed
enable github-pages like rendering of directories that are not included in the main theme
1 parent b7b0c7f commit b859034

1 file changed

Lines changed: 3 additions & 18 deletions

File tree

Gemfile

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
source "https://rubygems.org"
2-
ruby RUBY_VERSION
3-
4-
gem "jekyll", "3.8.4"
5-
6-
# to use GitHub Pages
7-
# gem "github-pages", group: :jekyll_plugins
8-
9-
# If you have any plugins, put them here!
10-
group :jekyll_plugins do
11-
gem "jekyll-feed"
12-
gem "jekyll-sitemap"
13-
gem "jekyll-redirect-from"
14-
gem "jekyll-seo-tag"
15-
end
16-
17-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
18-
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins
3+
#gemspec

0 commit comments

Comments
 (0)