Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

theme.toml 594B

12345678910111213141516171819202122232425
  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/spf13/hugoThemes#themetoml for an example
  3. name = "Gohugo Default Theme"
  4. license = "MIT"
  5. licenselink = "https://github.com/budparr/gohugo-default-theme/blob/master/LICENSE.md"
  6. description = ""
  7. homepage = "https://github.com/budparr/gohugo-default-theme"
  8. tags = ["website", "starter"]
  9. features = ["", ""]
  10. min_version = 0.19
  11. [author]
  12. name = "Bud Parr"
  13. homepage = "https://github.com/budparr"
  14. # If porting an existing theme
  15. [original]
  16. name = ""
  17. homepage = ""
  18. repo = ""
  19. [params]
  20. hero_copy = "Some great copy here"