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