Sha256: 4aed793cf1a4a346c9f4cf8b118cf14d9bf05f13b5f3c4503020d07037c99d91
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
module Octopress module Ink class PluginAssets < Jekyll::Generator def generate(site) Plugins.site = site Plugins.register_layouts Plugins.add_static_files site = Plugins.site end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
octopress-ink-1.0.0.alpha.33 | lib/octopress-ink/generators/plugin_assets.rb |
octopress-ink-1.0.0.alpha.32 | lib/octopress-ink/generators/plugin_assets.rb |