Sha256: 660f09858608dd77cb6f3160c69865194b2aeccfc6465b4d8ff4d9ebe4800ffa
Contents?: true
Size: 226 Bytes
Versions: 18
Compression:
Stored size: 226 Bytes
Contents
# @author Mike Bland (michael.bland@gsa.gov) require 'jekyll' module GuidesStyle18F class Generator < ::Jekyll::Generator def generate(site) Layouts.register site Assets.copy_to_site site end end end
Version data entries
18 entries across 18 versions & 1 rubygems