jekyll-remote-theme icon indicating copy to clipboard operation
jekyll-remote-theme copied to clipboard

Jekyll plugin for building Jekyll sites with any GitHub-hosted theme

Results 13 jekyll-remote-theme issues
Sort by recently updated
recently updated
newest added

I would like to separate my theme from the blog repository with the posts. With remote-theme I can do this, when I am hosting on github. But for a local...

All files from _data folder within remote theme are accessible in consumer projects. The behaviour is exactly the same as for overrides of _includes and _layouts. Data files with the...

### Is your feature request related to a problem? Please describe the problem you're trying to solve. Currently, a remote-theme is downloaded and discarded for every build session. This is...

Changes in 6ea4cfb use `RegExp#match?`, which is only available in 2.4.0.

### Is your feature request related to a problem? Please describe the problem you're trying to solve. I'd like to specify to always use the latest tagged release of a...

### Describe the bug When I'm behind a corporate proxy the remote theme downloading is on error. ### Steps to reproduce the behavior 1. Set *http_proxy* and *https_proxy* 2. Launch...

help wanted
good first issue

A naive and working attempt to support both Github Enterprise Private and GitHub Private Repositories

### Describe the Bug When specifying a branch to use, the link to download the zip will fail as GitHub expects the branch name to be case-sensitive in the URL....

### Describe the bug I have a GitHub Pages project (https://github.com/pytroll/pytroll.github.io) which due to some limitations of GitHub Pages I was pulling in the `minima` theme from github instead of...

### Describe the solution you'd like A `username/reponame` may contain a git submodule, like . However, this plugin download `https://codeload.github.com/username/reponame/zip/HEAD`, which doesn't contain git submodule. ```yaml remote_theme: url: username/reponame submodule:...