aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: e5264aaa49e96eea31d835509221d8631efa1039 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
base_url = "https://fcuny.net/"

title = "@fcuny"
author = "Franck Cuny"
description = "Franck's website, with articles about computers stuff."

output_dir = "docs"

default_language = "en"

generate_feed = true
feed_filename = "feed.xml"

[markdown]
highlight_code = true
highlight_theme = "idle"
render_emoji = true
smart_punctuation = true

[extra]
license = { name = "CC BY-SA 4.0", href = "https://creativecommons.org/licenses/by-sa/4.0/" }