aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml14
1 files changed, 11 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index a818d67..e5264aa 100644
--- a/config.toml
+++ b/config.toml
@@ -1,13 +1,21 @@
base_url = "https://fcuny.net/"
-default_language = "en"
-title = "Franck's rambling"
-output_dir = "docs"
+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/" }