Jekyll Local Theme
Jekyll plugin for building Jekyll sites with any local theme
Usage
Add the following to your Gemfile
gem "jekyll-local-theme"and run
bundle installto install the pluginAdd the following to your site's
_config.ymlto activate the pluginplugins: - jekyll-local-themeAdd themes to your site's
_themesdirectorygit submodule add https://github.com/jekyll/minima.git _themes/minimaNote: You can just copy files without using
git submoduleAdd the following to your site's
_config.ymlto choose your themelocal_theme: minima