config.toml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. baseURL = "/"
  2. languageCode = "en-US"
  3. title = "GNU Network Services"
  4. copyright = '<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">gnu.io</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://gnu.io/" property="cc:attributionName" rel="cc:attributionURL">The GNU Network Services Project</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.'
  5. theme = "hugo-bootstrap-premium"
  6. [params.theme]
  7. name = "paper"
  8. [params]
  9. BrandImage = ""
  10. [[menu.main]]
  11. name = "About This Site"
  12. pre = ""
  13. weight = 1
  14. identifier = "about"
  15. url = "/"
  16. [[menu.main]]
  17. name = "GNU FM"
  18. pre = ""
  19. weight = 2
  20. identifier = "fm"
  21. url = "/fm/"
  22. [[menu.main]]
  23. name = "GNU social"
  24. pre = ""
  25. weight = 3
  26. identifier = "social"
  27. url = "/social/"
  28. [[menu.main]]
  29. name = "Source Code"
  30. pre = ""
  31. weight = 4
  32. identifier = "source"
  33. url = "/source/"
  34. target = "_blank"
  35. [[menu.main]]
  36. name = "Contact Us"
  37. pre = ""
  38. weight = 5
  39. identifier = "contact"
  40. url = "/contact/"