theme.toml 911 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/gohugoio/hugoThemes#themetoml for an example
  3. description = "A simple hugo theme for personal portfolio"
  4. homepage = "https://hugo-toha.github.io/"
  5. license = "MIT"
  6. licenselink = "https://github.com/hugo-toha/toha/blob/master/LICENSE"
  7. min_version = "0.68.0"
  8. name = "Toha"
  9. features = [
  10. "Minimalist Design",
  11. "Fully Responsive",
  12. "Multiple Language Support",
  13. "Carefully Designed Cards",
  14. "Experience Timeline",
  15. "Achievement Gallery",
  16. "Sidebar to Categorize the Posts",
  17. "Short Codes",
  18. "Google Analytics Support",
  19. "Disqus Comment Support",
  20. ]
  21. tags = [
  22. "Portfolio",
  23. "Blog",
  24. "Resume",
  25. "Projects",
  26. "Gallery",
  27. "Multilingual",
  28. "Minimalist",
  29. "Responsive",
  30. "Customizable",
  31. "Google analytics",
  32. "Disqus",
  33. "Bootstrap",
  34. "Syntax highlighting",
  35. ]
  36. [author]
  37. homepage = "https://hossainemruz.github.io"
  38. name = "Emruz Hossain"