Crate mdblog [] [src]

create blog from markdown files.

features

  • markdown format
  • TeX style math support
  • highlight code block
  • post tags index
  • hidden post
  • post title is the title of markdown file
  • post url is some to path of markdown file

Structs

Error

The Error type.

Mdblog

blog object

Post

blog post object

Theme

theme object

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

create_file

create the file of path

Type Definitions

Result

Convenient wrapper around std::Result.