config.toml 568 B

12345678910111213141516171819202122232425262728293031
  1. baseURL = "https://jmonkeyengine.org"
  2. languageCode = "en-us"
  3. title = "jMonkeyEngine"
  4. paginate=9
  5. summarylength = 60
  6. enableRobotsTXT = true
  7. ignoreErrors = ["error-output-taxonomy"]
  8. pygmentsCodeFences=false
  9. disableKinds = ["RSS"]
  10. [markup.goldmark.renderer]
  11. hardWraps = true
  12. unsafe= true
  13. [sitemap]
  14. changefreq = "monthly"
  15. priority = 0.5
  16. filename = "sitemap.xml"
  17. [params]
  18. hostname="jmonkeyengine.org"
  19. [taxonomies]
  20. tag = "tags"
  21. author = "authors"
  22. [outputs]
  23. home = ["HTML"]
  24. page = ["HTML","JSON"]
  25. taxonomy = ["HTML","JSON"]
  26. term=["HTML","JSON"]