-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
23 lines (21 loc) · 1.11 KB
/
config.toml
File metadata and controls
23 lines (21 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
base_url = "https://rustunit.com"
title = "rustunit"
description = "Rustunit offers software development consulting with a focus on rust, game-development and large scale distributed backend services."
compile_sass = true
build_search_index = false
[markdown]
highlight_code = true
highlight_theme = "material-dark"
[extra]
year = 2026
links = [
# { title = "Rotterdam, NL", url = "https://maps.app.goo.gl/vYh2kSC4BPaJymXDA", icon = "location-dot" },
{ title = "LinkedIn", url = "https://www.linkedin.com/company/rustunit/", icon = "linkedin" },
{ title = "Contact", url = "/contact", icon = "mail" },
{ title = "GitHub", url = "https://github.com/rustunit", icon = "github" },
{ title = "YouTube", url = "https://www.youtube.com/@rustunit_com", icon = "youtube" },
# { title = "Twitter", url = "https://twitter.com/rustunitcom", icon = "twitter" },
{ title = "Mastodon", url = "https://mastodon.social/@rustunit", icon = "mastodon" },
{ title = "Bsky", url = "https://bsky.app/profile/rustunit.com", icon = "bsky" },
{ title = "Discord", url = "https://discord.gg/MHzmYHnnsE", icon = "discord" },
]