12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- baseURL = 'https://gianmarco.gg/'
- languageCode = 'en-us'
- title = 'Gianmarco Gargiulo'
- theme = 'hugo-casper3'
- rssLimit = 20
- [params]
- description = "I'm an artist, designer, photographer and libre advocate."
- favicon = "/favicon.ico"
- #logo = "/logo.png"
- navlogo = "/navlogo.png"
- [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.gg"
- weight = 40
- [[menu.main]]
- identifier = "git"
- name = "Git"
- url = "https://git.gianmarco.gg"
- 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"
|