module Jekyll::ThemesControl

Constants

CONFIG_KEY
LOG_KEY
TEMP_PREFIX
VERSION

Public Class Methods

init(site) click to toggle source
# File lib/jekyll-themes-control.rb, line 23
def self.init(site)
  Munger.new(site).munge!
end