LeNPaul / Lagrange

A minimalist Jekyll theme for running a personal blog powered by Jekyll and GitHub Pages
https://lenpaul.github.io/Lagrange/
MIT License
675 stars 649 forks source link

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

Open lynn9388 opened 6 years ago

lynn9388 commented 6 years ago

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

LeNPaul commented 6 years ago

Thanks for the heads up, I will investigate : )

harveynick commented 5 years ago

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.

lynn9388 commented 5 years ago

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?

harveynick commented 5 years ago

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".

LeNPaul commented 5 years ago

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 commented 5 years ago

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.