add rss feed
This commit is contained in:
parent
a1fee6cb51
commit
8148dd5bb6
1 changed files with 13 additions and 5 deletions
18
hugo.toml
18
hugo.toml
|
@ -45,11 +45,19 @@ aria = "Mi correo electrónico"
|
||||||
[permalinks]
|
[permalinks]
|
||||||
post = "https://peterdominguez.art/blog/"
|
post = "https://peterdominguez.art/blog/"
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.header]]
|
|
||||||
name = "Sobre Mí"
|
|
||||||
weight = 0
|
|
||||||
url = "/sobre-mi"
|
|
||||||
[[menu.header]]
|
[[menu.header]]
|
||||||
name = "blog"
|
name = "blog"
|
||||||
weight = 0
|
weight = 1
|
||||||
url = "/blog"
|
url = "/blog"
|
||||||
|
[[menu.header]]
|
||||||
|
name = "autor"
|
||||||
|
weight = 2
|
||||||
|
url = "/autor"
|
||||||
|
[[menu.header]]
|
||||||
|
name = "código fuente"
|
||||||
|
weight = 3
|
||||||
|
url = "https://gitlab.com/putridpete/hugo-website"
|
||||||
|
[[menu.header]]
|
||||||
|
name = "rss"
|
||||||
|
weight = 4
|
||||||
|
url = "/index.xml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue