theme.toml 583 B

12345678910111213141516171819202122232425262728
  1. name = "Coder"
  2. license = "MIT"
  3. licenselink = "https://github.com/luizdepra/hugo-coder/blob/master/LICENSE.md"
  4. description = "A simple and clean blog theme for Hugo"
  5. homepage = "https://github.com/luizdepra/hugo-coder/"
  6. demosite = "https://hugo-coder.netlify.app/"
  7. tags = [
  8. "blog",
  9. "minimal",
  10. "minimalist",
  11. "responsive",
  12. "simple",
  13. "clean",
  14. "personal"
  15. ]
  16. features = [
  17. "analytics",
  18. "favicon",
  19. "multilingual",
  20. "pagination",
  21. "single-column",
  22. "syntax-highlighting"
  23. ]
  24. min_version = "0.120.0"
  25. [author]
  26. name = "Luiz F. A. de Prá"
  27. homepage = "https://luizdepra.com"