Jekyll plugin for building Jekyll sites with any local theme
Add the following to your Gemfile
gem "jekyll-local-theme"
and run bundle install
to install the plugin
Add the following to your site's _config.yml
to activate the plugin
plugins:
- jekyll-local-theme
Add themes to your site's _themes
directory
git submodule add https://github.com/jekyll/minima.git _themes/minima
Note: You can just copy files without using git submodule
Add the following to your site's _config.yml
to choose your theme
local_theme: minima