wowthemesnet / mediumish-theme-jekyll

Jekyll Template - Mediumish
https://wowthemesnet.github.io/mediumish-theme-jekyll/
MIT License
1.29k stars 1.53k forks source link

Compatible with remote_theme on github pages? #118

Open stefanoborini opened 4 years ago

stefanoborini commented 4 years ago

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 4 years ago

@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