config.toml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. baseURL = "https://lazpaint.github.io/"
  2. relativeURLs = true
  3. defaultContentLanguage = "en"
  4. title = "download_lazpaint"
  5. disableKinds = ["taxonomy"]
  6. [params]
  7. repo = "https://github.com/bgrabitmap/lazpaint/releases/download/"
  8. version = "7.3"
  9. [languages]
  10. [languages.de]
  11. languageName = "Deutch"
  12. weight = 1
  13. [languages.en]
  14. languageName = "English"
  15. weight = 2
  16. [languages.es]
  17. languageName = "Español"
  18. weight = 3
  19. [languages.fi]
  20. languageName = "Suomi"
  21. weight = 4
  22. [languages.fr]
  23. languageName = "Français"
  24. weight = 5
  25. [languages.ru]
  26. languageName = "Русский"
  27. weight = 6
  28. [permalinks]
  29. blog = "/:contentbasename/"
  30. # See https://feathericons.com/
  31. # The value of pre is the icon name
  32. [menu]
  33. [[menu.main]]
  34. name = "blog"
  35. url = "https://lazpaint.blogspot.com/"
  36. weight = 1
  37. [[menu.main]]
  38. name = "last_changes"
  39. url = "/last/"
  40. weight = 2
  41. [[menu.main]]
  42. name = "documentation"
  43. url = "/documentation/"
  44. weight = 3
  45. [[menu.main]]
  46. name = "download"
  47. url = "/"
  48. weight = 4
  49. [[menu.main]]
  50. name = "screenshots"
  51. url = "https://lazpaint.blogspot.com/p/screenshots.html"
  52. weight = 5
  53. [[menu.main]]
  54. name = "forum"
  55. url = "https://forum.lazarus.freepascal.org/index.php/board,46.0.html"
  56. weight = 6