config.toml 641 B

1234567891011121314151617181920212223242526
  1. baseurl = "https://waldux.rocks/"
  2. title = "waldux"
  3. author = "Waldemar Brodkorb"
  4. theme = "strange-case"
  5. languageCode = "en-us"
  6. [params]
  7. colorScheme = "scheme-darkbrown"
  8. description = "Vintage Linux spin-off"
  9. DateFormat = "2 Jan 2006"
  10. sidebarDescription = ""
  11. sidebarFreeText = "Kernel for vintage hardware"
  12. [[menu.main]]
  13. name = "Project site"
  14. url = "https://gogs.waldemar-brodkorb.de/oss/waldux"
  15. weight = -100
  16. [[menu.main]]
  17. name = "Git"
  18. url = "https://cgit.waldux.rocks/cgi/cgit/waldux.git/"
  19. weight = -80
  20. [[menu.main]]
  21. name = "Donation"
  22. url = "https://www.paypal.me/wbx"
  23. weight = -70