diff --git a/hugo.toml b/hugo.toml index c6e5162..8baba8a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -45,11 +45,19 @@ aria = "Mi correo electrónico" [permalinks] post = "https://peterdominguez.art/blog/" [menu] - [[menu.header]] - name = "Sobre Mí" - weight = 0 - url = "/sobre-mi" [[menu.header]] name = "blog" - weight = 0 + weight = 1 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"