Crate gutenberg [] [src]

Modules

errors

Structs

Config
FrontMatter

The front matter of every page

GUTENBERG_TERA
Page
Section
Site

Functions

create_file
get_config

Get and parse the config. If it doesn't succeed, exit

markdown_to_html
populate_previous_and_next_pages

Horribly inefficient way to set previous and next on each pages So many clones

split_content

Split a file between the front matter and its content It will parse the front matter as well and returns any error encountered TODO: add tests