Remote Themes on GitHub Pages

Hey y’all,

We now have support for the jekyll-remote-theme plugin on GitHub Pages. It allows you to use any theme hosted on GitHub.com and setup like a theme on your Pages site.

Want to use @mmistakes’s minimal-mistakes theme? Easy, just commit this to your _config.yml:

remote_theme: mmistakes/minimal-mistakes

Check out GitHub’s jekyll-theme directory and add yours by adding the jekyll-theme topic to your repository:

Please leave feedback on benbalter/jekyll-remote-theme or by writing in to support@github.com.

Thanks!

4 Likes