config.toml 368 B

1234567891011121314151617181920
  1. baseurl = "http://localhost:3002/"
  2. languageCode = "en-us"
  3. title = "Grafana Documentation"
  4. canonifyurls = true
  5. relativeURLs = false
  6. verbose = true
  7. enableRobotsTXT = true
  8. disableSitemap = false
  9. disableRSS = false
  10. preservetaxonomynames = true
  11. metaDataFormat = "yaml"
  12. [taxonomies]
  13. tag = "tags"
  14. category = "categories"
  15. [permalinks]
  16. blog = ":year/:month/:day/:title/"