Module: Plate

Extended by:
Engine
Defined in:
lib/plate.rb,
lib/plate/cli.rb,
lib/plate/dsl.rb,
lib/plate/page.rb,
lib/plate/post.rb,
lib/plate/site.rb,
lib/plate/view.rb,
lib/plate/asset.rb,
lib/plate/draft.rb,
lib/plate/engine.rb,
lib/plate/errors.rb,
lib/plate/layout.rb,
lib/plate/builder.rb,
lib/plate/partial.rb,
lib/plate/version.rb,
lib/plate/callbacks.rb,
lib/plate/hash_proxy.rb,
lib/plate/static_page.rb,
lib/plate/dynamic_page.rb,
lib/plate/haml_template.rb,
lib/plate/less_template.rb,
lib/plate/sass_template.rb,
lib/plate/scss_template.rb,
lib/plate/post_collection.rb,
lib/plate/markdown_template.rb,
lib/plate/helpers/url_helper.rb,
lib/plate/helpers/meta_helper.rb,
lib/plate/helpers/blogging_helper.rb,
lib/plate/helpers/partials_helper.rb

Defined Under Namespace

Modules: BloggingHelper, Callbacks, Engine, MetaHelper, PartialsHelper, URLHelper Classes: Asset, Builder, CLI, Draft, Dsl, DynamicPage, FileNotFound, HamlTemplate, HashProxy, Layout, LessTemplate, MarkdownTemplate, NoPostDateProvided, Page, Partial, PluginNotReadable, Post, PostCollection, SassTemplate, ScssTemplate, Site, SourceNotFound, StaticPage, View

Constant Summary collapse

VERSION =
"0.7.8"

Method Summary

Methods included from Engine

asset_engines, register_asset_engine, register_template_engine, template_engines