class
Taxonomies::Taxonomy
- Taxonomies::Taxonomy
- Reference
- Object
Overview
A Taxonomy, which means "a way to classify posts"
Defined in:
taxonomies.crConstructors
Instance Method Summary
-
#lightweight_value(lang)
Lightweight value for taxonomy templates (doesn't render posts)
- #link(lang = nil)
- #path : String
- #path=(path : String)
- #render
- #term_title : String
- #term_title=(term_title : String)
- #title : String
- #title=(title : String)
- #value(lang)
Constructor Detail
def self.new(name : String, title : String, term_title : String, path : String, posts : Array(Markdown::File))
#