about summary refs log tree commit diff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-04 13:47:18 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-04 13:47:18 -0700
commitbb617eea58ac35679ed9568b103fdd8d5a0937b0 (patch)
tree3f555130bf1dcd31ad413515ade89f1e285d4448 /config.toml
parentfix yaml (diff)
downloadfcuny.net-bb617eea58ac35679ed9568b103fdd8d5a0937b0.tar.gz
add the feed and a few more fixes
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/" }