Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatible with remote_theme on github pages? #118

Open
stefanoborini opened this issue Nov 8, 2019 · 1 comment
Open

Compatible with remote_theme on github pages? #118

stefanoborini opened this issue Nov 8, 2019 · 1 comment

Comments

@stefanoborini
Copy link

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
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants