Benbalter Jekyll Remote Theme Versions Save

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

v0.4.3

3 years ago
  • Updated to use HEAD instead of master as default branch (#87) @IanLee1521
  • Added extra context to error message when remote theme download fails (#85) @IanLee1521
  • Require kramdown-parser-gfm to fix travis (#86) @benbalter
  • Fixes #76 (#77) @orchardcc

v0.4.2

4 years ago

Jekyll 4.0 support (#61)

v0.4.1

4 years ago
  • Update jekyll requirement from ~> 3.5 to >= 3.5, < 5.0 (#54) @dependabot-preview
  • Require rubyzip to version 1.3.0 or later

v0.4.0

4 years ago
  • Add ability to use themes hosted on enterprise GitHub instances. (#53) @jallenwork
  • Fix: build not passing (#48) @DirtyF
  • Deps: rubocop-jekyll 0.3 (#41) @DirtyF
  • Explicitly specify that the theme should be public (#31) @cetinajero
  • Update badges (#30) @sonicdoe
  • update documentation for maximum compatibility and less confusion (#28) @kenman345

v0.3.1

6 years ago

Rescue from Net::OpenTimeout.

v0.3.0

6 years ago
  • Require theme dependencies (#19)
  • Use Net:HTTP instead of Typhoeus (better Windows support) (#26)

v0.2.4

6 years ago
  • Documentation fixes
  • Support for repos with .s in their name

v0.2.3

6 years ago

Enforce rubyzip >= 1.2.1

v0.2.2

6 years ago

Loosen Typhoeus dependency for better compatibility with GitHub Pages Health Check.

v0.2.1

6 years ago
  • Remove unused Executor class
  • Test MockGemspec class
  • Test RemoteTheme class