Hugo theme.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

22 righe
494 B

  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/gohugoio/hugoThemes#themetoml for an example
  3. name = "Author"
  4. license = "MIT"
  5. licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
  6. description = ""
  7. homepage = "https://github.com/adrianshort/author/"
  8. tags = []
  9. features = []
  10. min_version = "0.38"
  11. [author]
  12. name = "Adrian Short"
  13. homepage = "https://www.adrianshort.org/"
  14. # If porting an existing theme
  15. [original]
  16. name = ""
  17. homepage = ""
  18. repo = ""