diff --git a/config.toml b/config.toml index 5093407..83914f3 100644 --- a/config.toml +++ b/config.toml @@ -21,36 +21,41 @@ rssLimit = 20 name = "Contact" url = "/contact" weight = 20 + [[menu.main]] + identifier = "cv" + name = "CV" + url = "/cv.pdf" + weight = 30 [[menu.main]] identifier = "donate" name = "Donate" url = "/donate" - weight = 30 + weight = 40 [[menu.main]] identifier = "downloads" name = "Downloads" url = "https://dl.gianmarco.gg" - weight = 40 + weight = 50 [[menu.main]] identifier = "git" name = "Git" url = "https://git.gianmarco.gg" - weight = 50 + weight = 60 [[menu.main]] identifier = "rss" name = "RSS" url = "/rss.xml" - weight = 60 + weight = 70 [[menu.main]] identifier = "socials" name = "Socials" url = "/socials" - weight = 70 + weight = 80 [[menu.main]] identifier = "tags" name = "Tags" url = "/tags" - weight = 80 + weight = 90 [outputs] home = ["HTML", "RSS"] diff --git a/content/about/index.md b/content/about/index.md index a9cfac8..f761089 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -44,4 +44,4 @@ In early 2020 I closed my old G Softwares website and made a new one with the ** In late 2022 I participated in the Apple Developer Academy in Naples after passing a selection, I also became member of the [NaLUG (Napoli GNU/Linux User Group)](https://www.nalug.tech/). -*This page is always updating!* +*This page is always updating! Don't forget to check out my [CV](/cv.pdf).* diff --git a/static/cv.pdf b/static/cv.pdf new file mode 100644 index 0000000..7fb378e Binary files /dev/null and b/static/cv.pdf differ diff --git a/content/favicon.ico b/static/favicon.ico similarity index 100% rename from content/favicon.ico rename to static/favicon.ico diff --git a/content/favicon.png b/static/favicon.png similarity index 100% rename from content/favicon.png rename to static/favicon.png diff --git a/content/introbg.svg b/static/introbg.svg similarity index 100% rename from content/introbg.svg rename to static/introbg.svg diff --git a/content/logo.png b/static/logo.png similarity index 100% rename from content/logo.png rename to static/logo.png diff --git a/content/me.png b/static/me.png similarity index 100% rename from content/me.png rename to static/me.png diff --git a/content/navlogo.png b/static/navlogo.png similarity index 100% rename from content/navlogo.png rename to static/navlogo.png diff --git a/content/pgp.txt b/static/pgp.txt similarity index 100% rename from content/pgp.txt rename to static/pgp.txt