Skip to content

Broken remote_theme with github_pages #858

Description

@capape

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:

Image

Actual:

Image

Regards,
Antonio Capapé.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions