Added my CV with a nav link and moved some stuff from the content root to the static folder

next
Gianmarco Gargiulo 2023-06-14 16:30:25 +02:00
parent 5996da2720
commit e449167bfc
10 changed files with 12 additions and 7 deletions

View File

@ -21,36 +21,41 @@ rssLimit = 20
name = "Contact" name = "Contact"
url = "/contact" url = "/contact"
weight = 20 weight = 20
[[menu.main]]
identifier = "cv"
name = "CV"
url = "/cv.pdf"
weight = 30
[[menu.main]] [[menu.main]]
identifier = "donate" identifier = "donate"
name = "Donate" name = "Donate"
url = "/donate" url = "/donate"
weight = 30 weight = 40
[[menu.main]] [[menu.main]]
identifier = "downloads" identifier = "downloads"
name = "Downloads" name = "Downloads"
url = "https://dl.gianmarco.gg" url = "https://dl.gianmarco.gg"
weight = 40 weight = 50
[[menu.main]] [[menu.main]]
identifier = "git" identifier = "git"
name = "Git" name = "Git"
url = "https://git.gianmarco.gg" url = "https://git.gianmarco.gg"
weight = 50 weight = 60
[[menu.main]] [[menu.main]]
identifier = "rss" identifier = "rss"
name = "RSS" name = "RSS"
url = "/rss.xml" url = "/rss.xml"
weight = 60 weight = 70
[[menu.main]] [[menu.main]]
identifier = "socials" identifier = "socials"
name = "Socials" name = "Socials"
url = "/socials" url = "/socials"
weight = 70 weight = 80
[[menu.main]] [[menu.main]]
identifier = "tags" identifier = "tags"
name = "Tags" name = "Tags"
url = "/tags" url = "/tags"
weight = 80 weight = 90
[outputs] [outputs]
home = ["HTML", "RSS"] home = ["HTML", "RSS"]

View File

@ -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/). 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).*

BIN
static/cv.pdf Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 585 KiB

After

Width:  |  Height:  |  Size: 585 KiB

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

Before

Width:  |  Height:  |  Size: 225 KiB

After

Width:  |  Height:  |  Size: 225 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB