hugo.toml 865 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. baseURL = 'https://larsee.com/photography/'
  2. copyright = "© 2024 by Lars Ole Pontoppidan"
  3. defaultContentLanguage = "en"
  4. disableKinds = ["taxonomy", "term"]
  5. enableRobotsTXT = true
  6. languageCode = "en"
  7. timeZone = "Europe/Sofia"
  8. timeout = "120s"
  9. title = ""
  10. theme = "gallery"
  11. [params]
  12. defaultTheme = "dark"
  13. [params.author]
  14. email = "contact@larsee.com"
  15. name = "Lars Ole Pontoppidan"
  16. [outputs]
  17. home = ["HTML", "RSS"]
  18. page = ["HTML"]
  19. section = ["HTML"]
  20. [imaging]
  21. quality = 93
  22. resampleFilter = "CatmullRom"
  23. [imaging.exif]
  24. disableDate = false
  25. disableLatLong = true
  26. includeFields = "ImageDescription"
  27. [menu]
  28. [[menu.footer]]
  29. name = "Blog"
  30. url = "https://larsee.com/blog"
  31. weight = 4
  32. [[menu.footer]]
  33. name = "Shop"
  34. url = "https://ko-fi.com/larsp/shop"
  35. weight = 3
  36. [services]
  37. [services.rss]
  38. limit = 100