transalte permalinks to spanish

This commit is contained in:
Simon Belmont 2025-04-04 12:41:01 -04:00
parent 9fac8edfad
commit a6ee97ba86

View file

@ -46,7 +46,10 @@ defaultContentLanguage = 'es'
[markup.goldmark.renderer]
unsafe = true
[permalinks]
post = "https://peterdominguez.art/blog/"
post = "/blog"
[permalinks.term]
categories = "/categorias/:slug/"
tags = "/etiquetas/:slug/"
[menu]
[[menu.header]]
name = "blog"
@ -55,7 +58,7 @@ defaultContentLanguage = 'es'
[[menu.header]]
name = "literatura"
weight = 2
url = "/categories/literatura/"
url = "/categorias/literatura/"
[[menu.header]]
name = "autor"
weight = 3
@ -68,3 +71,5 @@ defaultContentLanguage = 'es'
[outputs]
home = ["HTML", "JSON"]
taxonomy = ["HTML"]
[pagination]
path = 'pagina'