A tumblelog theme for Hugo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
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/"