diff --git a/hugo.toml b/hugo.toml index 7c82d1c..2883311 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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"] diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index adb01c2..8f86e23 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -33,7 +33,10 @@ {{ .Date.Format "2006-01-02 15:04" | safeHTML }} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} - {{ .Content | html }} + +

{{ .Description | html }}

+ {{ .Content | html }} +
{{ end }}