| 12345678910111213141516171819202122232425262728293031 |
- baseURL = "https://jmonkeyengine.org"
- languageCode = "en-us"
- title = "jMonkeyEngine"
- paginate=9
- summarylength = 60
- enableRobotsTXT = true
- ignoreErrors = ["error-output-taxonomy"]
- pygmentsCodeFences=false
- disableKinds = ["RSS"]
- [markup.goldmark.renderer]
- hardWraps = true
- unsafe= true
-
- [sitemap]
- changefreq = "monthly"
- priority = 0.5
- filename = "sitemap.xml"
- [params]
- hostname="jmonkeyengine.org"
- [taxonomies]
- tag = "tags"
- author = "authors"
- [outputs]
- home = ["HTML"]
- page = ["HTML","JSON"]
- taxonomy = ["HTML","JSON"]
- term=["HTML","JSON"]
|