Lagrange icon indicating copy to clipboard operation
Lagrange copied to clipboard

Can't apply this theme with remote_theme in _config.yml

Open lynn9388 opened this issue 7 years ago • 6 comments

GitHub Pages supports apply community-curated Jekyll themes in _config.yml. I tested it, but it doesn't work with this theme.

lynn9388 avatar Dec 01 '17 12:12 lynn9388

Thanks for the heads up, I will investigate : )

LeNPaul avatar Dec 02 '17 04:12 LeNPaul

I think the issue is that this requires a .gemspec file to be added at the root. I tried this in my fork and it seems to work.

harveynick avatar Nov 25 '18 17:11 harveynick

I think the issue is that this requires a .gemspec file to be added at the root. I tried this in my fork and it seems to work.

Can you create a pull request of your solution?

lynn9388 avatar Nov 26 '18 03:11 lynn9388

I can, but I used my name in the manifest since using Paul's seemed a little... presumptuous. I've also been tweaking a couple of other things to make it work more cleanly as a gem based theme, rather than an "in place one".

harveynick avatar Nov 26 '18 22:11 harveynick

I finally found some time to work on this. I will resolve this by the end of the day - thanks for all of your patience!

LeNPaul avatar Dec 25 '18 19:12 LeNPaul

Just a quick update: it's taking a bit longer than expected, and I will have to refactor the theme to make it more gem-friendly.

LeNPaul avatar Dec 30 '18 07:12 LeNPaul