A tumblelog theme for Hugo
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

16 linhas
513 B

  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/gohugoio/hugoThemes#themetoml for an example
  3. name = "Tumble"
  4. license = "MIT"
  5. licenselink = "https://github.com/adrianshort/tumble/blob/master/LICENSE.md"
  6. description = "A minimal tumblelog. Content types: aside, image, post, quote, video."
  7. homepage = "http://example.com/"
  8. tags = ["tumblelog", "minimal", "clean", "fun", "personal"]
  9. features = []
  10. min_version = "0.25.1"
  11. [author]
  12. name = "Adrian Short"
  13. homepage = "https://www.adrianshort.org/"