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
631B

  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/gohugoio/hugoThemes#themetoml for an example
  3. name = "Ink"
  4. license = "MIT"
  5. licenselink = "https://github.com/knadh/ink/blob/master/LICENSE.md"
  6. description = "Crisp, minimal personal website and blog theme Hugo."
  7. homepage = "https://github.com/knadh/hugo-ink"
  8. tags = ["minimal", "clean", "blog", "responsive", "personal", "simple", "minimalist", "portfolio", "dark"]
  9. features = ["blog", "Clean and minimal", "Responsive", "Social media links", "Syntax highlighting", "Dark mode"]
  10. min_version = "0.37.0"
  11. [author]
  12. name = "Kailash Nadh"
  13. homepage = "https://nadh.in"