From adb307a12b44d7150b4193f3476f195ec2636179 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 25 Dec 2024 12:37:32 -0800 Subject: add support for tags --- config.toml | 6 ++---- 1 file 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 -- cgit v1.2.3