Struct cobalt::Config [] [src]

pub struct Config {
    pub source: PathBuf,
    pub destination: PathBuf,
    pub include_drafts: bool,
    pub pages: Collection,
    pub posts: Collection,
    pub site: Site,
    pub template_extensions: Vec<String>,
    pub ignore: Vec<String>,
    pub syntax_highlight: SyntaxHighlight,
    pub layouts_dir: &'static str,
    pub includes_dir: &'static str,
    pub assets: Assets,
    pub dump: Vec<Dump>,
}

Fields

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.

impl Default for Config
[src]

[src]

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