Documentation

Front matter and dynamic inserts reference guide.

Front Matter (Page Options)

Front matter must be at the very top of the page and wrapped with +++ delimiters.

+++
PAGE_TITLE = "My Page"
CONTAINER_MAX_WIDTH = "900px"
CONTENT_FONT = "Inter DM_Serif_Display"
CONTENT_TEXT_COLOR = "#1f2937 #e5e7eb"
SAFETY_PAGE_WARNING = "sensitive"
OPTION_DISABLE_SEARCH_ENGINE = true
+++

Supported Front Matter Options

OptionTypeNotes
PAGE_TITLEstringBrowser/page title
CONTAINER_MAX_WIDTHstringe.g. 800px, 65ch
CONTENT_FONTstringSpace-separated Google fonts, underscores for spaces
CONTAINER_INNER_BACKGROUND_COLORstringOne value, or light/dark pair
CONTAINER_OUTER_BACKGROUND_IMAGEstringImage URL
CONTAINER_BORDER_RADIUSstringe.g. 16px
CONTENT_TEXT_SIZEstringSpace-separated sizes
CONTENT_TEXT_COLORstringOne value, or light/dark pair
SAFETY_PAGE_WARNINGenumadult, sensitive, epilepsy, custom
OPTION_DISABLE_SEARCH_ENGINEbooleantrue or false

See the full documentation at the original app for complete dynamic insert reference.