gmgsite/config.toml

72 lines
1.4 KiB
TOML
Raw Permalink Normal View History

baseURL = 'https://gianmarco.gg/'
2022-07-14 23:12:56 +02:00
languageCode = 'en-us'
title = 'Gianmarco Gargiulo'
theme = 'hugo-casper3'
rssLimit = 20
2022-07-14 23:12:56 +02:00
[params]
2022-12-26 16:42:09 +01:00
description = "I'm an artist, designer, photographer and libre advocate."
2022-07-14 23:12:56 +02:00
favicon = "/favicon.ico"
2022-12-26 16:42:09 +01:00
#logo = "/logo.png"
navlogo = "/navlogo.png"
2022-07-14 23:12:56 +02:00
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 10
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
weight = 20
[[menu.main]]
identifier = "cv"
name = "CV"
url = "/cv.pdf"
weight = 30
2022-07-14 23:12:56 +02:00
[[menu.main]]
identifier = "donate"
name = "Donate"
url = "/donate"
weight = 40
2022-07-14 23:12:56 +02:00
[[menu.main]]
identifier = "downloads"
name = "Downloads"
url = "https://dl.gianmarco.gg"
weight = 50
2022-07-14 23:12:56 +02:00
[[menu.main]]
identifier = "git"
name = "Git"
url = "https://git.gianmarco.gg"
weight = 60
2022-07-14 23:12:56 +02:00
[[menu.main]]
identifier = "rss"
name = "RSS"
url = "/rss.xml"
weight = 70
2022-07-14 23:12:56 +02:00
[[menu.main]]
identifier = "socials"
name = "Socials"
url = "/socials"
weight = 80
2022-07-14 23:12:56 +02:00
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"
weight = 90
[[menu.main]]
identifier = "videos"
name = "Videos"
url = "https://videos.gianmarco.gg"
weight = 100
2022-07-14 23:12:56 +02:00
[outputs]
home = ["HTML", "RSS"]
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "rss"