diff --git a/config.toml b/config.toml index 483a6f8..c16612f 100644 --- a/config.toml +++ b/config.toml @@ -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] diff --git a/themes/kiss b/themes/kiss index 275f132..0fdde25 160000 --- a/themes/kiss +++ b/themes/kiss @@ -1 +1 @@ -Subproject commit 275f1327a43d9f8119192939e3909c5fc0f24a31 +Subproject commit 0fdde2560e0d655878c457311276a156320b411c