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

theme.toml 344B

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