Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 лет назад
4 лет назад
4 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. baseURL = "https://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/fklsdko"
  43. name = "twitter"
  44. weight = 3