From 986b22651d084ba32d6d84c94559f4517215b486 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 28 Jul 2023 17:07:59 -0300 Subject: Added Resume to the menu --- config.toml | 11 ++++++++--- content/about.md | 4 ---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 75e5f40..65dbaea 100644 --- a/config.toml +++ b/config.toml @@ -128,20 +128,25 @@ name = "About" url = "/about/" weight = 2 +[[menu.main]] +name = "Resume" +url = "/resume/" +weight = 3 + [[menu.main]] name = "Contact" url = "/contact/" -weight = 3 +weight = 4 [[menu.main]] name = "Posts" url = "/posts/" -weight = 4 +weight = 5 [[menu.main]] name = "Donate" url = "/donate/" -weight = 5 +weight = 6 [markup.goldmark.renderer] unsafe = true diff --git a/content/about.md b/content/about.md index 50dd2ca..dd5a5a1 100644 --- a/content/about.md +++ b/content/about.md @@ -17,10 +17,6 @@ Like I mentioned on the [home page](/), I have a passion for selfhosting as many - A private searx instance: [searx.rogs.me](https://searx.rogs.me) - My RSS feed: [rss.rogs.me](https://rss.rogs.me) -## Job history - -If you want to know more about my job history, you can go to my [resume](/resume) page. I chose to leave that section outside of the main menu because only recruiters / linkedin people are going to care about that. - ## Pets I have 4 cats. In order of adoption: - Cuca ♀: Feb 19th 2021. -- cgit v1.2.3