Compatible with remote_theme on github pages?
stefanoborini opened this issue · 1 comments
stefanoborini commented
It is not clear if this theme is compatible with using remote_theme on github pages. A first brief
experiment seems to claim this is not the case, but I am not sure.
aleixripoll commented
@stefanoborini It works for me without remote_theme
with the following Gemfile
:
source "https://rubygems.org"
#gem "jekyll", "~> 3.8.5"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
#gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed"
gem 'jekyll-sitemap'
gem 'jekyll-paginate'
gem 'jekyll-seo-tag'
gem 'jekyll-archives'
gem 'kramdown'
gem 'rouge'
end