| 1234567891011121314151617181920212223242526272829303132 |
- baseURL = "https://blog.ligthert.net"
- languageCode = "en-us"
- title = "Sacha's Blog"
- theme = "m10c"
- [params]
- author = "Sacha Ligthert"
- description = "Things that keep me occupied, or things I just like to share with you."
- avatar = "/static/hawgface.jpg"
- #favicon = "/static/favicon_blog.jpg"
- [[menu.main]]
- identifier = "site"
- name = "Site"
- url = "https://sacha.ligthert.net/"
- [[menu.main]]
- identifier = "fedi"
- name = "Fedi"
- url = "https://mastodon.nl/@ligthert"
- [[menu.main]]
- identifier = "gitea"
- name = "Gitea"
- url = "https://gitea.ligthert.net/"
- #[params.style]
- # darkestColor = "#eeeeee"
- # darkColor = "#ffffff"
- # lightColor = "#000000"
- # lightestColor = "#000000"
- # primaryColor = "#000000"
|