43 lines
766 B
YAML
43 lines
766 B
YAML
# File properties can contain metadata used for your publications (Wordpress, Blogger...).
|
|
|
|
# For example:
|
|
#title: My article
|
|
#author:
|
|
#tags: Tag 1, Tag 2
|
|
#categories: Categorie 1, Categorie 2
|
|
#excerpt:
|
|
#featuredImage:
|
|
#status: draft
|
|
#date: YYYY-MM-DD HH:MM:SS
|
|
|
|
# Extension configuration
|
|
extensions:
|
|
|
|
# Markdown extensions
|
|
markdown:
|
|
abbr: true
|
|
breaks: false
|
|
deflist: true
|
|
del: true
|
|
fence: true
|
|
footnote: true
|
|
linkify: true
|
|
sub: true
|
|
sup: true
|
|
table: true
|
|
typographer: true
|
|
# For strict CommonMark:
|
|
#abbr: false
|
|
#deflist: false
|
|
#del: false
|
|
#footnote: false
|
|
#linkify: false
|
|
#sub: false
|
|
#sup: false
|
|
#table: false
|
|
#typographer: false
|
|
|
|
# Katex extension
|
|
katex:
|
|
enabled: true
|