transalte permalinks to spanish
This commit is contained in:
parent
9fac8edfad
commit
a6ee97ba86
1 changed files with 7 additions and 2 deletions
|
@ -46,7 +46,10 @@ defaultContentLanguage = 'es'
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
[permalinks]
|
[permalinks]
|
||||||
post = "https://peterdominguez.art/blog/"
|
post = "/blog"
|
||||||
|
[permalinks.term]
|
||||||
|
categories = "/categorias/:slug/"
|
||||||
|
tags = "/etiquetas/:slug/"
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "blog"
|
name = "blog"
|
||||||
|
@ -55,7 +58,7 @@ defaultContentLanguage = 'es'
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "literatura"
|
name = "literatura"
|
||||||
weight = 2
|
weight = 2
|
||||||
url = "/categories/literatura/"
|
url = "/categorias/literatura/"
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "autor"
|
name = "autor"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
@ -68,3 +71,5 @@ defaultContentLanguage = 'es'
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
taxonomy = ["HTML"]
|
taxonomy = ["HTML"]
|
||||||
|
[pagination]
|
||||||
|
path = 'pagina'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue