struct

Kamil::Generator::GeneratorOptions

Inherits Struct < Value < Object

Configuration options for the static site emitter and build pipeline.

Constructors

new(output_dir : Path | String = Path.new("public"), clean : Bool = false, base_url : String = "", dev_mode : Bool = false)
Source

Instance methods

base_url
Source
base_url=(base_url : String)
Source
clean

Alias for non-predicate getter.

Source
clean=(clean : Bool)
Source
clean?
Source
dev_mode

Alias for non-predicate getter.

Source
dev_mode=(dev_mode : Bool)
Source
dev_mode?
Source
output_dir
Source
output_dir=(output_dir : Path)
Source