{"id":14979251,"url":"https://github.com/benbalter/jekyll-remote-theme","last_synced_at":"2025-05-14T05:11:37.507Z","repository":{"id":45949186,"uuid":"102907977","full_name":"benbalter/jekyll-remote-theme","owner":"benbalter","description":"Jekyll plugin for building Jekyll sites with any GitHub-hosted theme","archived":false,"fork":false,"pushed_at":"2025-02-03T15:57:58.000Z","size":217,"stargazers_count":300,"open_issues_count":13,"forks_count":84,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-05-13T07:14:04.927Z","etag":null,"topics":["github-pages","jekyll-plugin","jekyll-site","jekyll-themes"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benbalter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":".github/funding.yml","license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"benbalter"}},"created_at":"2017-09-08T22:00:59.000Z","updated_at":"2025-05-08T13:31:34.000Z","dependencies_parsed_at":"2025-02-15T06:12:27.542Z","dependency_job_id":"6e5155cc-e688-41d0-9dbb-8f19f73451b8","html_url":"https://github.com/benbalter/jekyll-remote-theme","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbalter%2Fjekyll-remote-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbalter%2Fjekyll-remote-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbalter%2Fjekyll-remote-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbalter%2Fjekyll-remote-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benbalter","download_url":"https://codeload.github.com/benbalter/jekyll-remote-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076850,"owners_count":22010611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-pages","jekyll-plugin","jekyll-site","jekyll-themes"],"created_at":"2024-09-24T13:59:41.559Z","updated_at":"2025-05-14T05:11:32.483Z","avatar_url":"https://github.com/benbalter.png","language":"Ruby","funding_links":["https://patreon.com/benbalter"],"categories":["Ruby"],"sub_categories":[],"readme":"# Jekyll Remote Theme\n\nJekyll plugin for building Jekyll sites with any public GitHub-hosted theme\n\n[![Gem Version](https://badge.fury.io/rb/jekyll-remote-theme.svg)](https://badge.fury.io/rb/jekyll-remote-theme) [![Build Status](https://travis-ci.org/benbalter/jekyll-remote-theme.svg?branch=master)](https://travis-ci.org/benbalter/jekyll-remote-theme) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n\n## Usage\n\n1. Add the following to your Gemfile\n\n  ```ruby\n  gem \"jekyll-remote-theme\"\n  ```\n\n  and run `bundle install` to install the plugin\n\n2. Add the following to your site's `_config.yml` to activate the plugin\n\n  ```yml\n  plugins:\n    - jekyll-remote-theme\n  ```\n  Note: If you are using a Jekyll version less than 3.5.0, use the `gems` key instead of `plugins`.\n\n3. Add the following to your site's `_config.yml` to choose your theme\n\n  ```yml\n  remote_theme: benbalter/retlab\n  ```\nor \u003csup\u003e1\u003c/sup\u003e\n  ```yml\n  remote_theme: http[s]://github.\u003cEnterprise\u003e.com/benbalter/retlab\n  ```\n\u003csup\u003e1\u003c/sup\u003e The codeload subdomain needs to be available on your github enterprise instance for this to work.\n\n## Declaring your theme\n\nRemote themes are specified by the `remote_theme` key in the site's config.\n\nFor public GitHub, remote themes must be in the form of `OWNER/REPOSITORY`, and must represent a public GitHub-hosted Jekyll theme. See [the Jekyll documentation](https://jekyllrb.com/docs/themes/) for more information on authoring a theme. Note that you do not need to upload the gem to RubyGems or include a `.gemspec` file.\n\nYou may also optionally specify a branch, tag, or commit to use by appending an `@` and the Git ref (e.g., `benbalter/retlab@v1.0.0` or `benbalter/retlab@develop`). If you don't specify a Git ref, the `HEAD` ref will be used.\n\nFor Enterprise GitHub, remote themes must be in the form of `http[s]://GITHUBHOST.com/OWNER/REPOSITORY`, and must represent a public (non-private repository) GitHub-hosted Jekyll theme. Other than requiring the fully qualified domain name of the enterprise GitHub instance, this works exactly the same as the public usage.\n\n## Debugging\n\nAdding `--verbose` to the `build` or `serve` command may provide additional information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbalter%2Fjekyll-remote-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenbalter%2Fjekyll-remote-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbalter%2Fjekyll-remote-theme/lists"}