config.toml 314 B

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