Struct cobalt::legacy_model::GlobalConfig [] [src]

pub struct GlobalConfig {
    pub root: PathBuf,
    pub source: String,
    pub dest: String,
    pub drafts: String,
    pub include_drafts: bool,
    pub posts: String,
    pub post_path: Option<String>,
    pub post_order: String,
    pub template_extensions: Vec<String>,
    pub rss: Option<String>,
    pub jsonfeed: Option<String>,
    pub name: Option<String>,
    pub description: Option<String>,
    pub link: Option<String>,
    pub ignore: Vec<String>,
    pub excerpt_separator: String,
    pub syntax_highlight: SyntaxHighlight,
    pub sass: SassBuilder,
}

Fields

Methods

impl GlobalConfig
[src]

Trait Implementations

impl Debug for GlobalConfig
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for GlobalConfig
[src]

[src]

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

[src]

This method tests for !=.

impl Default for GlobalConfig
[src]

[src]

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