struct
Creestal::Core::SiteGraph::PageNode
- Creestal::Core::SiteGraph::PageNode
- Struct
- Value
- Object
Defined in:
core/site_graph.crConstructors
Instance Method Summary
- #date : Time | Nil
- #draft : Bool
- #output_path : String
- #source_path : String
- #tags : Array(String)
- #title : String
- #url : String
Constructor Detail
def self.new(title : String, source_path : String, output_path : String, url : String, date : Time | Nil, tags : Array(String), draft : Bool)
#