class Taxonomies::Taxonomy

Overview

A Taxonomy, which means "a way to classify posts"

Defined in:

taxonomies.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, title : String, term_title : String, path : String, posts : Array(Markdown::File)) #

[View source]

Instance Method Detail

def lightweight_value(lang) #

Lightweight value for taxonomy templates (doesn't render posts)


[View source]
def link(lang = nil) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def render #

[View source]
def term_title : String #

[View source]
def term_title=(term_title : String) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def value(lang) #

[View source]