theme.toml 454 B

1234567891011121314151617
  1. name = "Hyde"
  2. license = "MIT"
  3. licenselink = "https://github.com/spf13/hyde/blob/master/LICENSE.md"
  4. description = "An elegant open source and mobile first theme"
  5. tags = ["blog", "company"]
  6. features = ["blog", "themes", "disqus"]
  7. min_version = 0.21
  8. [author]
  9. name = "spf13"
  10. homepage = "http://spf13.com"
  11. # If Porting existing theme
  12. [original]
  13. author = "mdo"
  14. homepage = "http://markdotto.com/"
  15. repo = "https://www.github.com/mdo/hyde"