Crate mdblog [] [src]

create blog from markdown files.

Structs

Mdblog

blog object

Post

blog post object

Theme

theme object

Enums

Error

The error type used by this crate.

Functions

create_file

create the file of path

print_error

print error chain

Type Definitions

Result

A specialized Result type where the error is hard-wired to Error.