Kamil::PathsConfig
Inherits YAML::Serializable < Struct < Value < Object
Directory paths configuration.
Constructors
new(content : Path | String = Path.new("content"), layouts : Path | String = Path.new("layouts"), static : Path | String = Path.new("static"), output : Path | String = Path.new("public"))
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
content
Sourcelayouts
Sourceoutput
Sourcestatic
Source