Struct mdblog::Mdblog [] [src]

pub struct Mdblog { /* fields omitted */ }

blog object

Methods

impl Mdblog
[src]

create Mdblog from the root path

init Mdblog with theme.

theme directory is created at root/_theme directory. if theme is None, use the default theme(simple).

create the blog html files to root/_build/ directory.

if theme is None, use the default theme(simple).

unimplemented.

fetch the config theme from the config.toml file