Structs§
- Build
- Data held in memory during the build process
- Date
- A Mokk file’s date-time metadata
- Global
- Build configuration data held in memory during the build process, from the global file
- Page
- Generated data regarding a Mokk file
Functions§
- create_
liquid_ parser - Creates a Liquid parser
- default_
locale - Gets the system locale, if available. Otherwise, defaults to
en_US - default_
locale_ string - Gets a string representing the system locale, if available. Otherwise, defaults to ‘en_US’
- get_
global_ context - Get the global context
- get_
permalink - Returns an expanded permalink value, for when shorthand is used
- locale_
string_ to_ locale - Gets a
chrono::Localeobject from a string - render_
markdown - Render Markdown as HTML
- split_
frontmatter - Returns a tuple with a Mokk file’s frontmatter and contents, in that order