config.toml 291 B

12345678910
  1. languageCode = "en-us"
  2. title = "Cupper"
  3. baseURL = "https://thepaciellogroup.github.io/cupper/"
  4. canonifyURLs = true
  5. theme = "cupper"
  6. publishDir = "docs"
  7. [params]
  8. description = "Documentation for the **Cupper** documentation builder, built with **Cupper** itself."
  9. codePenUser = "Heydon"