Enable RSS feeds

This commit is contained in:
Jan Kremer 2024-03-27 17:44:36 +01:00
parent 519e7a94d1
commit 812e2bc0cc
Signed by: jan
GPG key ID: A7DA689CB3B078EC
2 changed files with 10 additions and 4 deletions

View file

@ -1,6 +1,12 @@
baseURL = 'https://jankremer.eu/'
languageCode = 'de'
title = 'Jan Kremer'
copyright = 'CC-BY-SA 4.0'
[params]
[params.author]
name = 'Jan Kremer'
email = 'mail@jankremer.eu'
[[menus.main]]
name = 'Home'
@ -26,6 +32,3 @@ weight = 40
name = 'Über mich'
pageRef = '/about'
weight = 50
[outputs]
home = ["HTML", "RSS", "JSON"]