From 409a7e8dbd7eac0623bdeb40149e637b3c098904 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 14 Nov 2020 14:26:14 -0300 Subject: Added projects --- config.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 4947e7b..dd4e8a9 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://rogs.me/" languageCode = "en-us" -title = "rogs | Blog" +title = "rogs" theme = "archie" staticDir = ["static"] paginate=3 # articles per page @@ -46,12 +46,17 @@ name = "About" url = "/" weight = 1 +[[menu.main]] +name = "Projects" +url = "/projects" +weight = 2 + [[menu.main]] name = "Blog" url = "/posts" -weight = 2 +weight = 3 [[menu.main]] name = "Tags" url = "/tags" -weight = 3 +weight = 4 -- cgit v1.2.3