-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.toml
More file actions
33 lines (27 loc) · 1.07 KB
/
config.toml
File metadata and controls
33 lines (27 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
base_url = "https://corrode.dev"
title = "Corrode Rust Consulting"
description = "Friendly, professional Rust consulting and training. Writing content about idiomatic Rust."
author = "Matthias Endler"
compile_sass = true
build_search_index = false
ignored_content = ["**/code/**/*.md"]
generate_feeds = true
feed_filenames = ["atom.xml", "rss.xml"]
[markdown]
smart_punctuation = true
bottom_footnotes = true
external_links_class = "external-link"
external_links_target_blank = true
external_links_no_referrer = true
[markdown.highlighting]
code = true
theme = "dracula"
# light_theme = "dracula"
# dark_theme = "dracula"
[extra]
author = "Corrode Rust Consulting"
links = [
{ url = "https://www.linkedin.com/company/corrode", title = "LinkedIn", icon = "linkedin.svg" },
{ url = "mailto:hi@corrode.dev", title = "hi@corrode.dev", icon = "envelope.svg" },
{ url = "https://twitter.com/matthiasendler", title = "X", icon = "x.svg" },
]