theme.toml 619 B

12345678910111213141516171819202122232425262728293031
  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. "light",
  16. "dark",
  17. "dark mode"
  18. ]
  19. features = [
  20. "analytics",
  21. "favicon",
  22. "multilingual",
  23. "pagination",
  24. "single-column",
  25. "syntax-highlighting"
  26. ]
  27. min_version = "0.124.0"
  28. [author]
  29. name = "Luiz F. A. de Prá"
  30. homepage = "https://luizdepra.com"