From fda98bbac929e5b6c2ba83a2981a7d9cdbf2a5b5 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 14 Jan 2023 14:42:57 -0300 Subject: Improved config.toml --- config.toml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 609467d..6b83286 100644 --- a/config.toml +++ b/config.toml @@ -1,9 +1,8 @@ -baseURL = "https://rogs.me/" +baseURL = "/" languageCode = "en-us" title = "rogs" theme = "archie" staticDir = ["static"] -paginate=3 # articles per page copyright = "© Roger Gonzalez" @@ -81,22 +80,17 @@ weight = 1 [[menu.main]] name = "Resume" -url = "/resume" +url = "/resume/" weight = 2 -# [[menu.main]] -# name = "Projects" -# url = "/projects" -# weight = 3 - [[menu.main]] name = "Posts" -url = "/posts" +url = "/posts/" weight = 3 [[menu.main]] name = "Contact" -url = "/contact" +url = "/contact/" weight = 4 [markup.goldmark.renderer] -- cgit v1.2.3