No release in over a year
Jekyll plugin for building Jekyll sites with any local theme
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 4.0.0
>= 2.2.0
 Project Readme

Jekyll Local Theme

Jekyll plugin for building Jekyll sites with any local theme

Usage

  1. Add the following to your Gemfile

    gem "jekyll-local-theme"

    and run bundle install to install the plugin

  2. Add the following to your site's _config.yml to activate the plugin

    plugins:
      - jekyll-local-theme
  3. 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

  4. Add the following to your site's _config.yml to choose your theme

    local_theme: minima