class Creestal::Core::Context

Defined in:

core/context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config_path : String) #

[View source]

Instance Method Detail

def assets_out_path : String #

[View source]
def assets_src_path : String #

[View source]
def config : Core::Config #

[View source]
def entry_for(filepath : String) : FileEntry #

[View source]
def get_asset_entries : Array(FileEntry) #

[View source]
def get_layout_entries(extension : String = "html") : Array(FileEntry) #

[View source]
def get_page_entries(extension : String = "md") : Array(FileEntry) #

[View source]
def get_partial_entries(extension : String = "html") : Array(FileEntry) #

[View source]
def layouts_path : String #

[View source]
def pages_path : String #

[View source]
def partials_path : String #

[View source]
def site_output : String #

[View source]
def site_root : String #

[View source]
def site_source : String #

[View source]