config.toml 756 B

1234567891011121314151617181920212223242526272829303132
  1. baseURL = "https://blog.ligthert.net"
  2. languageCode = "en-us"
  3. title = "Sacha's Blog"
  4. theme = "m10c"
  5. [params]
  6. author = "Sacha Ligthert"
  7. description = "Things that keep me occupied, or things I just like to share with you."
  8. avatar = "/static/hawgface.jpg"
  9. #favicon = "/static/favicon_blog.jpg"
  10. [[menu.main]]
  11. identifier = "site"
  12. name = "Site"
  13. url = "https://sacha.ligthert.net/"
  14. [[menu.main]]
  15. identifier = "fedi"
  16. name = "Fedi"
  17. url = "https://mastodon.nl/@ligthert"
  18. [[menu.main]]
  19. identifier = "gitea"
  20. name = "Gitea"
  21. url = "https://gitea.ligthert.net/"
  22. #[params.style]
  23. # darkestColor = "#eeeeee"
  24. # darkColor = "#ffffff"
  25. # lightColor = "#000000"
  26. # lightestColor = "#000000"
  27. # primaryColor = "#000000"