From eca171fbab048fa443e4bf0f73c0986f42a49252 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 15 Jan 2023 15:19:06 -0300 Subject: Changed main index and removed resume from main menu --- config.toml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index cd633be..b2fbdcc 100644 --- a/config.toml +++ b/config.toml @@ -42,6 +42,7 @@ copyright = "© Roger Gonzalez" url = "https://yams.media/" description = "A higly opinionated media server" gitlab = "https://gitlab.com/rogs/yams" + rogsgit = "https://git.rogs.me/yams.git/" [[params.projects.work]] name = "Certn - Workday integration" @@ -85,19 +86,24 @@ url = "/" weight = 1 [[menu.main]] -name = "Resume" -url = "/resume/" +name = "About" +url = "/about/" weight = 2 [[menu.main]] -name = "Posts" -url = "/posts/" +name = "Contact" +url = "/contact/" weight = 3 [[menu.main]] -name = "Contact" -url = "/contact/" +name = "Posts" +url = "/posts/" weight = 4 +[[menu.main]] +name = "Donate" +url = "/donate/" +weight = 5 + [markup.goldmark.renderer] unsafe = true -- cgit v1.2.3