Add markdown format

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-08-12 22:56:58 +02:00
parent fd3f851033
commit 4b2d91c47a
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 9 additions and 1 deletions

View file

@ -32,14 +32,22 @@ posts = "/:year/:month/:slug/"
[mediaTypes]
[mediaTypes."application/atom+xml"]
suffixes = ["xml"]
[mediaTypes."text/plain"]
suffixes = ["md"]
[outputFormats.Atom]
mediaType = "application/atom+xml"
baseName = "index"
isPlainText = true
[outputFormats.Md]
mediaType = "text/plain"
baseName = "index"
isPlainText = true
[outputs]
home = ["HTML", "Atom"]
page = ["HTML", "Md"]
[markup.goldmark]
[markup.goldmark.renderer]

@ -1 +1 @@
Subproject commit 275f1327a43d9f8119192939e3909c5fc0f24a31
Subproject commit 0fdde2560e0d655878c457311276a156320b411c