class
Creestal::Core::Context
Defined in:
core/context.cr
Constructors
Instance Method Summary
Constructor Detail
def self.
new(config_path : String)
#
Instance Method Detail
def
assets_out_path : String
#
def
assets_src_path : String
#
def
get_layout_entries(extension : String =
"html") : Array(
FileEntry)
#
def
get_page_entries(extension : String =
"md") : Array(
FileEntry)
#
def
get_partial_entries(extension : String =
"html") : Array(
FileEntry)
#
def
layouts_path : String
#
def
pages_path : String
#
def
partials_path : String
#
def
site_output : String
#
def
site_source : String
#