Skip to content

Commit

Permalink
Merge pull request #495 from github/jekyll-remote-theme
Browse files Browse the repository at this point in the history
[beta] Jekyll Remote Theme
  • Loading branch information
benbalter committed Nov 6, 2017
2 parents a978543 + 6a586b2 commit c8f47d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/github-pages/plugins.rb
Expand Up @@ -36,6 +36,7 @@ class Plugins
jekyll-titles-from-headings
jekyll-include-cache
jekyll-octicons
jekyll-remote-theme
).freeze

# Plugins only allowed locally
Expand Down
1 change: 1 addition & 0 deletions spec/github-pages/plugins_spec.rb
Expand Up @@ -16,6 +16,7 @@
it "versions the #{plugin} plugin" do
next if plugin == "jekyll-include-cache"
next if plugin == "jekyll-octicons" # TODO: we should expose the version for these
next if plugin == "jekyll-remote-theme"
expect(GitHubPages::Dependencies::VERSIONS.keys).to include(plugin)
end
end
Expand Down

0 comments on commit c8f47d0

Please sign in to comment.