make changes to structure according to Hugo recommendations

This commit is contained in:
Peter Domínguez 2026-05-03 12:11:31 -04:00
parent b46b3330c4
commit fad23b813c
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
baseURL = 'https://peterdominguez.art'
title = 'Peter Domínguez'
theme = 'nightfall'
languageCode = 'es-DO'
languageLocal = 'es-DO'
defaultContentLanguage = 'es'
[params]
user = "peter"

View file

@ -49,7 +49,7 @@
<link>{{ .Permalink }}</link>
<description>Contenido reciente en la categoría {{ if ne .Title .Site.Title }}{{ with .Title }}{{ . }} {{ end }}{{ end }}por {{ .Site.Title }}</description>
<generator>Hugo {{ hugo.Version }}</generator>
<language>{{ site.Language.LanguageCode }}</language>{{ with $authorEmail }}
<language>{{ .Site.Language.Locale }}</language>{{ with $authorEmail }}
<managingEditor>{{.}}{{ with $authorName }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with $authorEmail }}
<webMaster>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with .Site.Copyright }}
<copyright>{{ . }}</copyright>{{ end }}{{ if not .Date.IsZero }}

View file

@ -49,7 +49,7 @@
<link>{{ .Permalink }}</link>
<description>{{ if ne .Title .Site.Title }}{{ with .Title }}{{ . }} {{ end }}{{ end }}recientes de {{ .Site.Title }}</description>
<generator>Hugo {{ hugo.Version }}</generator>
<language>{{ site.Language.LanguageCode }}</language>{{ with $authorEmail }}
<language>{{ site.Language.Locale }}</language>{{ with $authorEmail }}
<managingEditor>{{.}}{{ with $authorName }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with $authorEmail }}
<webMaster>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with .Site.Copyright }}
<copyright>{{ . }}</copyright>{{ end }}{{ if not .Date.IsZero }}

View file

@ -49,7 +49,7 @@
<link>{{ .Permalink }}</link>
<description>Contenido reciente publicado con la etiqueta «{{ if ne .Title .Site.Title }}{{ with .Title }}{{ . }}{{ end }}{{ end }}» por {{ .Site.Title }}</description>
<generator>Hugo {{ hugo.Version }}</generator>
<language>{{ site.Language.LanguageCode }}</language>{{ with $authorEmail }}
<language>{{ site.Language.Locale }}</language>{{ with $authorEmail }}
<managingEditor>{{.}}{{ with $authorName }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with $authorEmail }}
<webMaster>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with .Site.Copyright }}
<copyright>{{ . }}</copyright>{{ end }}{{ if not .Date.IsZero }}