struct Creestal::Core::SiteGraph::PageNode

Defined in:

core/site_graph.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, source_path : String, output_path : String, url : String, date : Time | Nil, tags : Array(String), draft : Bool) #

[View source]

Instance Method Detail

def date : Time | Nil #

[View source]
def draft : Bool #

[View source]
def output_path : String #

[View source]
def source_path : String #

[View source]
def tags : Array(String) #

[View source]
def title : String #

[View source]
def url : String #

[View source]