A tumblelog theme for Hugo
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
549 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", "Font Awesome", "Google Analytics"]
  9. features = []
  10. min_version = "0.25.1"
  11. [author]
  12. name = "Adrian Short"
  13. homepage = "https://www.adrianshort.org/"