config.toml 557 B

12345678910111213141516171819202122232425
  1. baseurl = "https://waldemar-brodkorb.de/"
  2. title = "wbx"
  3. author = "Waldemar Brodkorb"
  4. theme = "strange-case"
  5. languageCode = "en-us"
  6. [params]
  7. colorScheme = "scheme-darkbrown"
  8. description = "open source hacker"
  9. DateFormat = "2 Jan 2006"
  10. sidebarDescription = ""
  11. [[menu.main]]
  12. name = "Project site"
  13. url = "https://gogs.waldemar-brodkorb.de/oss"
  14. weight = -100
  15. [[menu.main]]
  16. name = "Hardware collection"
  17. url = "/hw/"
  18. weight = -90
  19. [[menu.main]]
  20. name = "Donation"
  21. url = "https://www.paypal.me/wbx"
  22. weight = -80