Fork of @spf13's port of Mdo's excellent theme to Hugo https://brendan.abolivier.bzh/

theme.toml 363B

12345678910111213141516
  1. name = "Hyde"
  2. license = "MIT"
  3. description = "An elegant open source and mobile first theme"
  4. tags = ["blog", "company"]
  5. features = ["blog", ]
  6. min_version = 0.13
  7. [author]
  8. name = "spf13"
  9. homepage = "http://spf13.com"
  10. # If Porting existing theme
  11. [original]
  12. author = "mdo"
  13. homepage = "http://andhyde.com"
  14. repo = "http://www.github.com/mdo/hyde"