config.toml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. baseURL = 'https://gianmarco.gg/'
  2. languageCode = 'en-us'
  3. title = 'Gianmarco Gargiulo'
  4. theme = 'hugo-casper3'
  5. rssLimit = 20
  6. [params]
  7. description = "I'm an artist, designer, photographer and libre advocate."
  8. favicon = "/favicon.ico"
  9. #logo = "/logo.png"
  10. navlogo = "/navlogo.png"
  11. [menu]
  12. [[menu.main]]
  13. identifier = "about"
  14. name = "About"
  15. url = "/about"
  16. weight = 10
  17. [[menu.main]]
  18. identifier = "contact"
  19. name = "Contact"
  20. url = "/contact"
  21. weight = 20
  22. [[menu.main]]
  23. identifier = "donate"
  24. name = "Donate"
  25. url = "/donate"
  26. weight = 30
  27. [[menu.main]]
  28. identifier = "downloads"
  29. name = "Downloads"
  30. url = "https://dl.gianmarco.gg"
  31. weight = 40
  32. [[menu.main]]
  33. identifier = "git"
  34. name = "Git"
  35. url = "https://git.gianmarco.gg"
  36. weight = 50
  37. [[menu.main]]
  38. identifier = "rss"
  39. name = "RSS"
  40. url = "/rss.xml"
  41. weight = 60
  42. [[menu.main]]
  43. identifier = "socials"
  44. name = "Socials"
  45. url = "/socials"
  46. weight = 70
  47. [[menu.main]]
  48. identifier = "tags"
  49. name = "Tags"
  50. url = "/tags"
  51. weight = 80
  52. [outputs]
  53. home = ["HTML", "RSS"]
  54. [outputFormats]
  55. [outputFormats.RSS]
  56. mediatype = "application/rss"
  57. baseName = "rss"