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