struct

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

Instance methods

content
Source
layouts
Source
output
Source
static
Source