module Tigefa

Convertible provides methods for converting a pagelike item from a certain type of markup into actual content

Requires

self.site -> Tigefa::Site
self.content
self.content=
self.data=
self.ext=
self.output=
self.name

Gist Liquid Tag

Example:

{% gist 1234567 %}
{% gist 1234567 file.rb %}

Public: Methods that generate a URL for a resource such as a Post or a Page.

Examples

URL.new({
  :template => /:categories/:title.html",
  :placeholders => {:categories => "ruby", :title => "something"}
}).to_s