From 40f8a10d92f4941847830472f0fcc0c7d9855019 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 14 Jan 2023 10:49:30 -0300 Subject: Improved website with new index --- config.toml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 0d57191..309069b 100644 --- a/config.toml +++ b/config.toml @@ -36,21 +36,29 @@ copyright = "© Rogs" url = "https://rogs.me/index.xml" [[menu.main]] -name = "About" +name = "Home" url = "/" weight = 1 +[[menu.main]] +name = "Resume" +url = "/resume" +weight = 2 + [[menu.main]] name = "Projects" url = "/projects" -weight = 2 +weight = 3 [[menu.main]] name = "Blog" url = "/posts" -weight = 3 +weight = 4 [[menu.main]] name = "Tags" url = "/tags" -weight = 4 +weight = 5 + +[markup.goldmark.renderer] + unsafe = true -- cgit v1.2.3