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

theme.toml 380B

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