summaryrefslogtreecommitdiff
path: root/config.toml
blob: 0a2fda27f4508654954a98faaa2649a8437a27da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
base_url = "https://cph.rs/"

title = "Copenhagen Rust Community"

[markdown]
highlight_code = true

[extra]
menu = [
    { title = 'Meetup.com ', url = 'https://www.meetup.com/copenhagen-rust-community/' },
    { title = 'Event archive', url = '/events' },
    { title = 'Discord chat', url = 'https://discord.gg/UegkuMmtpN' },
]