Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

54 lines
1.0KB

  1. baseURL = "http://wacked.codes/"
  2. languageCode = "en-us"
  3. title = "wacked's useless page"
  4. theme = "minimal-no-third-party"
  5. [params]
  6. author = "Calin Tataru"
  7. description = "Personal blog theme powered by Hugo"
  8. githubUsername = "#"
  9. accent = "red"
  10. showBorder = true
  11. backgroundColor = "white"
  12. highlight = true
  13. highlightStyle = "default"
  14. highlightLanguages = []
  15. [[menu.main]]
  16. url = "/"
  17. name = "Home"
  18. weight = 1
  19. [[menu.main]]
  20. url = "/about/"
  21. name = "About"
  22. weight = 2
  23. [[menu.main]]
  24. url = "/posts/"
  25. name = "Posts"
  26. weight = 3
  27. [[menu.main]]
  28. url = "/projects/"
  29. name = "Projects"
  30. weight = 4
  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 in my theme
  33. [[menu.icon]]
  34. url = "mailto:me@example.com"
  35. name = "email"
  36. weight = 1
  37. [[menu.icon]]
  38. url = "http://vcs.wacked.codes/"
  39. name = "git"
  40. weight = 2
  41. [[menu.icon]]
  42. url = "https://twitter.com/username/"
  43. name = "twitter"
  44. weight = 3