class

Creestal::Core::Config

Inherits YAML::Serializable < Reference < Object

Constructors

load(config_path : String) : Config
Source
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)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

default_layout
Source
home
Source
output
Source
site
Source
source
Source
watcher_interval_ms
Source