Sha256: f4dc6c16ef263e64a2f7fa93a757f1d2770b81c7e6bf81a6f192bda3e29937a3
Contents?: true
Size: 621 Bytes
Versions: 18
Compression:
Stored size: 621 Bytes
Contents
module Octopress module Ink class InkPlugin < Octopress::Ink::Plugin def configuration { name: "Octopress Ink", slug: "ink", assets_path: Octopress::Ink.gem_dir('assets'), version: Octopress::Ink::VERSION, description: "Octopress Ink is a plugin framework for Jekyll", website: "http://octopress.org/docs/ink" } end def docs_base_path 'docs/ink' end def info(options) if options['docs'] super else '' end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems