theme.toml 838 B

1234567891011121314151617181920212223242526272829303132
  1. name = "Academic"
  2. license = "MIT"
  3. licenselink = "https://github.com/gcushen/hugo-academic/blob/master/LICENSE.md"
  4. description = "The website designer for Hugo. Build anything and deploy with one click! Fully customizable with themes, plugins, and language packs."
  5. homepage = "https://sourcethemes.com/academic/"
  6. min_version = "0.53"
  7. tags = ["academic",
  8. "portfolio",
  9. "responsive",
  10. "student",
  11. "personal",
  12. "university",
  13. "blog",
  14. "minimal"
  15. ]
  16. features = ["academic profile",
  17. "research publication system",
  18. "projects",
  19. "blog",
  20. "teaching",
  21. "contact"
  22. ]
  23. [author]
  24. name = "George Cushen"
  25. homepage = "https://georgecushen.com"
  26. # If porting an existing theme
  27. [original]
  28. name = ""
  29. homepage = ""
  30. repo = ""