config.toml 303 B

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