Pages Gem Versions Save

A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages

v218

2 years ago
  • Roll back remote themes for gem-based themes #781

v217

2 years ago
  • #777 - Upgrade all pages-themes to v0.2.0 (except primer, which is v0.6.0)

NOTE: When building Jekyll locally using one of the Jekyll themes included in GitHub Pages, you will need to upgrade your _config.yml:

-theme: jekyll-theme-hacker
+remote_theme: pages-themes/[email protected]
+plugins:
+  - jekyll-remote-theme

v216

2 years ago
  • #772 – Remove gem-based themes, replace with remote themes
  • #774 – Use Ruby 2.7.3

NOTE: When building Jekyll locally using one of the Jekyll themes included in GitHub Pages, you will need to upgrade your _config.yml:

-theme: jekyll-theme-hacker
+remote_theme: pages-themes/[email protected]
+plugins:
+  - jekyll-remote-theme

v215

2 years ago

Bump github-pages-health-check to v1.17.2 #771

v214

3 years ago

Update kramdown to 💎 v2.3.1 #766

v213

3 years ago

Bump jekyll-remote-theme to v0.4.3 #761

v212

3 years ago

v211

3 years ago

Bump rouge to v3.26.0 #747

v210

3 years ago

Upgrade jekyll-seo-tag to v2.7.1 (#723, #751)

v209

3 years ago
  • Update jekyll-feed to :gem: v0.15.1 (#718)