| 1234567891011121314151617181920 |
- baseurl = "http://localhost:3002/"
- languageCode = "en-us"
- title = "Grafana Documentation"
- canonifyurls = true
- relativeURLs = false
- verbose = true
- enableRobotsTXT = true
- disableSitemap = false
- disableRSS = false
- preservetaxonomynames = true
- metaDataFormat = "yaml"
- [taxonomies]
- tag = "tags"
- category = "categories"
- [permalinks]
- blog = ":year/:month/:day/:title/"
|