diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-25 12:37:32 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-25 12:37:32 -0800 |
| commit | adb307a12b44d7150b4193f3476f195ec2636179 (patch) | |
| tree | 3ed8c02cc96f67ea6e1afee31105ff1007bff408 /config.toml | |
| parent | run dependabot on Saturday (diff) | |
| download | fcuny.net-adb307a12b44d7150b4193f3476f195ec2636179.tar.gz | |
add support for tags
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 6 |
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 |
