From 67c28f4428d1d3524998f620fac57bb23a64d718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 30 Aug 2018 18:31:21 +0100 Subject: [PATCH] Add atom support and replace rss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- config.toml | 16 +++++++++++++++- themes/kiss | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index ced0b17..ec60510 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,6 @@ BaseURL = "https://blog.bouah.net" languageCode = "en-us" title = "Grumpy pep." -author = "pep." theme = "kiss" copyright = "© Maxime “pep” Buquet 2018. Licensed under CC-BY-SA 4.0 unless specified." googleAnalytics = "" @@ -10,6 +9,9 @@ disqusShortname = "" staticDir = ["static"] +[params] +author = "pep." + [params.info] homeTitle = "Sysadmin Apprentice" poweredby = true @@ -20,3 +22,15 @@ email = "blog@bouah.net" [permalinks] post = "/:year/:month/:slug/" posts = "/:year/:month/:slug/" + +[mediaTypes] + [mediaTypes."application/atom"] + suffixes = ["xml"] + +[outputFormats.Atom] +mediaType = "application/atom" +baseName = "index" +isPlainText = true + +[outputs] +home = ["HTML", "Atom"] diff --git a/themes/kiss b/themes/kiss index 8ea4751..2865e8a 160000 --- a/themes/kiss +++ b/themes/kiss @@ -1 +1 @@ -Subproject commit 8ea47515acf76ca8a905675a436ac67f64ba2503 +Subproject commit 2865e8af03711e929d71d234013a59e6533072e6