Struct cobalt::Config[][src]

pub struct Config {
    pub source: PathBuf,
    pub destination: PathBuf,
    pub pages: CollectionBuilder,
    pub posts: CollectionBuilder,
    pub site: SiteBuilder,
    pub layouts_dir: PathBuf,
    pub liquid: LiquidBuilder,
    pub markdown: MarkdownBuilder,
    pub assets: AssetsBuilder,
}

Fields

Trait Implementations

impl Debug for Config
[src]

Formats the value using the given formatter. Read more

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Config
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Config
[src]

Returns the "default value" for a type. Read more

impl Display for Config
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Config

impl Sync for Config