aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-25 12:37:32 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-25 12:37:32 -0800
commitadb307a12b44d7150b4193f3476f195ec2636179 (patch)
tree3ed8c02cc96f67ea6e1afee31105ff1007bff408 /config.toml
parentrun dependabot on Saturday (diff)
downloadfcuny.net-adb307a12b44d7150b4193f3476f195ec2636179.tar.gz
add support for tags
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index dc3d107..26fdd44 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
-base_url = "https://fcuny.net/"
+base_url = "https://test.fcuny.net/"
title = "@fcuny"
author = "Franck Cuny"
@@ -10,9 +10,7 @@ default_language = "en"
generate_feeds = false
-taxonomies = [
- {name = "tags", feed = false},
-]
+taxonomies = [{ name = "tags", feed = false }]
[markdown]
highlight_code = true