Blog minta(kopia) http://mb.os-service.eu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. baseURL = "https://linuxmintpl.github.io/blog/"
  2. languageCode = "en-us"
  3. title = "Blog LinuxMint.pl"
  4. theme = "minimal"
  5. disqusShortname = "username" # delete this to disable disqus comments
  6. googleAnalytics = ""
  7. publishDir = "docs"
  8. [params]
  9. author = "Calin Tataru"
  10. description = "Personal blog theme powered by Hugo"
  11. githubUsername = "#"
  12. accent = "green"
  13. showBorder = true
  14. backgroundColor = "white"
  15. font = "Raleway" # should match the name on Google Fonts!
  16. highlight = true
  17. highlightStyle = "solarized-dark"
  18. highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]
  19. [[menu.main]]
  20. url = "/"
  21. name = "Home"
  22. weight = 1
  23. [[menu.main]]
  24. url = "/posts/"
  25. name = "Posts"
  26. weight = 2
  27. [[menu.main]]
  28. url = "/project/"
  29. name = "Projects"
  30. weight = 3
  31. # Social icons to be shown on the right-hand side of the navigation bar
  32. # The "name" field should match the name of the icon to be used
  33. # The list of available icons can be found at http://fontawesome.io/icons/
  34. [[menu.icon]]
  35. url = "mailto:me@example.com"
  36. name = "envelope-o"
  37. weight = 1
  38. [[menu.icon]]
  39. url = "https://github.com/linuxmintpl/"
  40. name = "github"
  41. weight = 2
  42. [[menu.icon]]
  43. url = "https://twitter.com/username/"
  44. name = "twitter"
  45. weight = 3
  46. [[menu.icon]]
  47. url = "https://www.linkedin.com/in/username/"
  48. name = "linkedin"
  49. weight = 4
  50. [[menu.icon]]
  51. url = "https://www.stackoverflow.com/username/"
  52. name = "stack-overflow"
  53. weight = 5