-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Description
I use minima remote_theme to be able to use dark theme for github_pages:
# 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", "~> 228", group: :jekyll_plugins
My config is
remote_theme: jekyll/minima
plugins:
- jekyll-feed
minima:
skin: dark
Last changes have broken this theme. I does not handle headers and social links well. Right now I forked the repo and reverted the changes in my forked copy to be able to use the theme
remote_theme: capape/minima
plugins:
- jekyll-feed
minima:
skin: dark
Expected:
Actual:
Regards,
Antonio Capapé.
yaoyuki, Polovinkin, neoneye and Warkanlock
Metadata
Metadata
Assignees
Labels
No labels

