Add atom support and replace rss
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
378653a721
commit
67c28f4428
2 changed files with 16 additions and 2 deletions
16
config.toml
16
config.toml
|
@ -1,7 +1,6 @@
|
||||||
BaseURL = "https://blog.bouah.net"
|
BaseURL = "https://blog.bouah.net"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "Grumpy pep."
|
title = "Grumpy pep."
|
||||||
author = "pep."
|
|
||||||
theme = "kiss"
|
theme = "kiss"
|
||||||
copyright = "© <a href=\"https://bouah.net\">Maxime “pep” Buquet</a> 2018. Licensed under <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">CC-BY-SA 4.0</a> unless specified."
|
copyright = "© <a href=\"https://bouah.net\">Maxime “pep” Buquet</a> 2018. Licensed under <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">CC-BY-SA 4.0</a> unless specified."
|
||||||
googleAnalytics = ""
|
googleAnalytics = ""
|
||||||
|
@ -10,6 +9,9 @@ disqusShortname = ""
|
||||||
|
|
||||||
staticDir = ["static"]
|
staticDir = ["static"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
author = "pep."
|
||||||
|
|
||||||
[params.info]
|
[params.info]
|
||||||
homeTitle = "Sysadmin Apprentice"
|
homeTitle = "Sysadmin Apprentice"
|
||||||
poweredby = true
|
poweredby = true
|
||||||
|
@ -20,3 +22,15 @@ email = "blog@bouah.net"
|
||||||
[permalinks]
|
[permalinks]
|
||||||
post = "/:year/:month/:slug/"
|
post = "/:year/:month/:slug/"
|
||||||
posts = "/: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"]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8ea47515acf76ca8a905675a436ac67f64ba2503
|
Subproject commit 2865e8af03711e929d71d234013a59e6533072e6
|
Loading…
Reference in a new issue