theme.toml 432 B

12345678910111213141516171819
  1. name = "Inclusive Docs"
  2. license = "MIT"
  3. # licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
  4. description = ""
  5. homepage = "https://www.paciellogroup.com/"
  6. tags = ["inclusive design", "accessibility"]
  7. min_version = 0.1
  8. SectionPagesMenu = "main"
  9. [author]
  10. name = "Heydon Pickering"
  11. homepage = "https://inclusive-components.design"
  12. [taxonomies]
  13. tag = "tags"
  14. wcag = "wcag"
  15. principle = "principles"