config.toml 334 B

12345678910
  1. languageCode = "en-us"
  2. title = "Infusion"
  3. baseURL = "https://heydon.github.io/infusion/"
  4. canonifyURLs = true
  5. theme = "infusion"
  6. publishDir = "docs"
  7. [params]
  8. description = "Documentation for the <strong>Infusion</strong> pattern library builder. This documentation is constructed using the builder itself."
  9. codePenUser = "Heydon"