theme.toml 537 B

123456789101112131415161718192021222324252627
  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. tags = [
  7. "blog",
  8. "minimal",
  9. "minimalist",
  10. "responsive",
  11. "simple",
  12. "clean",
  13. "personal"
  14. ]
  15. features = [
  16. "analytics",
  17. "favicon",
  18. "multilingual",
  19. "pagination",
  20. "single-column",
  21. "syntax-highlighting"
  22. ]
  23. min_version = "0.77.0"
  24. [author]
  25. name = "Luiz F. A. de Prá"
  26. homepage = "https://luizdepra.com"