class Creestal::Core::Config

Included Modules

Defined in:

core/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.load(config_path : String) : Config #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(site : String = Creestal::DEFAULT_SITE_NAME, home : String = "index", source : String = Creestal::DEFAULT_SOURCE_DIR, output : String = Creestal::DEFAULT_OUTPUT_DIR, default_layout : String = Creestal::DEFAULT_LAYOUT, watcher_interval_ms : Int32 = DEFAULT_WATCHER_INTERVAL_MS) #

[View source]

Instance Method Detail

def default_layout : String #

[View source]
def home : String #

[View source]
def output : String #

[View source]
def site : String #

[View source]
def source : String #

[View source]
def watcher_interval_ms : Int32 #

[View source]