🐺 Freki

§ Markdown

Markdown files support 3 flavors and front-matter metadata.

§ Flavors

§ Front Matter

name description megane tag

title

Page title

@~@FRONTMATTER:TITLE@~@

description

Page description

@~@FRONTMATTER:DESCRIPTION@~@

created

Page creation date

@~@FRONTMATTER:CREATED@~@

update

Date the page was last updated the page was last updated

@~@FRONTMATTER:UPDATE@~@

published

Date the page was first published

@~@FRONTMATTER:PUBLISHED@~@

order

Page order in the nav menu relative to the path and other page's order

Not supported

flavor

Page Markdown flavor (Common, Extended, Holonomic, All)

Nat supported

{
  "title": "Page Title",
  "description": "Page description.",
  "created": "2000-01-01",
  "updated": "2000-01-01",
  "published": "2000-01-01",
  "order": 5,
  "flavor": "Holonomic"
}