-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
28 lines (24 loc) · 1.03 KB
/
config.toml
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
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
generate_feeds = true
feed_filenames = ["atom.xml", "rss.xml"]
[markdown]
smart_punctuation = true
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "dracula", filename = "syntax-theme-dark-custom.css" },
{ theme = "kronuz", filename = "syntax-theme-light-custom.css" },
]
bottom_footnotes = true
[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" },
]