You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
977B

  1. baseURL = "https://index.roxxers.xyz"
  2. # include content marked as draft
  3. buildDrafts = false
  4. # include content with publishdate in the future
  5. buildFuture = false
  6. # include content already expired
  7. buildExpired = false
  8. # enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.
  9. relativeURLs = true
  10. disableRSS = true
  11. enableRobotsTXT = true
  12. editor = "nano"
  13. languageCode = "en"
  14. language = "en"
  15. theme = "vncnt-hugo"
  16. title = "roxxers.xyz"
  17. [blackfriday]
  18. extensions = ["hardLineBreak"]
  19. [permalinks]
  20. fixed = ":title/"
  21. posts = "posts/:slug/"
  22. [params]
  23. author = "roxxers.xyz"
  24. email = ""
  25. description = "Landing Page"
  26. bio = "roxxers.xyz and its subsites, by roxie \nbottom text"
  27. avatar = "img/avatar.png"
  28. favicon = "img/favicon.ico"
  29. error404 = "There is no such page."
  30. [params.contact]
  31. git = "https://git.roxxers.xyz"
  32. mastodon = "https://roxxers.xyz/"
  33. first-order = "https://cloud.roxxers.xyz/"