theme.toml 607 B

123456789101112131415161718192021
  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/spf13/hugoThemes#themetoml for an example
  3. name = "Strange Case"
  4. license = "MIT"
  5. licenselink = "https://github.com/ExchangeRate-API/strange-case/LICENSE.md"
  6. description = "A 2 column blog theme for Hugo using Bootstrap - inspired by the Jekyll theme Hyde by mdo"
  7. homepage = "https://github.com/ExchangeRate-API/strange-case"
  8. tags = ["", ""]
  9. features = ["", ""]
  10. min_version = 0.15
  11. [author]
  12. name = "ExchangeRate-API"
  13. homepage = "https://www.exchangerate-api.com"
  14. # If porting an existing theme
  15. [original]
  16. name = ""
  17. homepage = ""
  18. repo = ""