class Taxonomies::Taxonomy
- Taxonomies::Taxonomy
- Reference
- Object
Overview
A Taxonomy, which means "a way to classify posts"
Defined in:
taxonomies.crConstructors
Instance Method Summary
Constructor Detail
def self.new(name : String, title : Hash(String, String), term_title : Hash(String, String), path : Hash(String, String), posts : Array(Markdown::File))
#