Struct mdblog::Theme [] [src]

pub struct Theme {
    pub root: PathBuf,
    pub name: String,
    pub renderer: Tera,
    // some fields omitted
}

blog theme object

Fields

theme root directory

theme name

theme renderer

Methods

impl Theme
[src]

[src]

[src]

create theme directory.

[src]

export theme static files.

Trait Implementations

impl Default for Theme
[src]

[src]

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

Auto Trait Implementations

impl Send for Theme

impl Sync for Theme