summaryrefslogtreecommitdiff
path: root/config.toml
blob: 4cadc5035d88f498ac16adb233c09b04f70c965b (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/NjtzmZ2APD' },
]