gmgsite/config.toml

59 lines
1.1 KiB
TOML
Raw Normal View History

2022-07-14 23:12:56 +02:00
baseURL = 'https://gianmarco.ga/'
languageCode = 'en-us'
title = 'Gianmarco Gargiulo'
theme = 'hugo-casper3'
[params]
2022-08-18 10:54:48 +02:00
description = "I'm a 19 years old UI Designer, Photographer and Artist."
2022-07-14 23:12:56 +02:00
favicon = "/favicon.ico"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 10
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
weight = 20
[[menu.main]]
identifier = "donate"
name = "Donate"
url = "/donate"
weight = 30
[[menu.main]]
identifier = "downloads"
name = "Downloads"
url = "https://dl.gianmarco.ga"
weight = 40
[[menu.main]]
identifier = "git"
name = "Git"
url = "https://git.gianmarco.ga"
weight = 50
[[menu.main]]
identifier = "rss"
name = "RSS"
url = "/rss.xml"
weight = 60
[[menu.main]]
identifier = "socials"
name = "Socials"
url = "/socials"
weight = 70
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"
weight = 80
[outputs]
home = ["HTML", "RSS"]
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "rss"