Struct mdblog::Theme [] [src]

pub struct Theme {
    // some fields omitted
}

theme object

Methods

impl Theme
[src]

fn new<P: AsRef<Path>>(root: P) -> Theme

fn clear(&mut self)

fn load(&mut self, name: &str) -> Result<()>

fn init_dir(&self) -> Result<()>

fn export_static(&self) -> Result<()>