theme.toml 1008 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. name = "Toha"
  2. license = "MIT"
  3. licenselink = "https://github.com/hugo-toha/toha/blob/master/LICENSE"
  4. description = "A simple hugo theme for personal portfolio"
  5. # The home page of the theme, where the source can be found.
  6. homepage = "https://github.com/hugo-toha/toha"
  7. # If you have a running demo of the theme.
  8. demosite = "https://hugo-toha.github.io/"
  9. tags = [
  10. "Portfolio",
  11. "Blog",
  12. "Resume",
  13. "Projects",
  14. "Gallery",
  15. "Multilingual",
  16. "Minimalist",
  17. "Responsive",
  18. "Customizable",
  19. "Google analytics",
  20. "Disqus",
  21. "Bootstrap",
  22. "Syntax highlighting",
  23. ]
  24. features = [
  25. "Minimalist Design",
  26. "Fully Responsive",
  27. "Multiple Language Support",
  28. "Carefully Designed Cards",
  29. "Experience Timeline",
  30. "Achievement Gallery",
  31. "Sidebar to Categorize the Posts",
  32. "Short Codes",
  33. "Google Analytics Support",
  34. "Disqus Comment Support",
  35. ]
  36. [author]
  37. homepage = "https://hossainemruz.github.io"
  38. name = "Emruz Hossain"
  39. [module]
  40. [module.hugoVersion]
  41. extended = true
  42. min = "0.146.0"