diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-02 17:20:09 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-02 17:20:09 -0800 |
| commit | 0d6c92124e6e21a536de6711ab5f82fa88200194 (patch) | |
| tree | 874010499fcc32fe79c84087ecee405254f514ba /config.toml | |
| parent | small tweak (diff) | |
| download | fcuny.net-0d6c92124e6e21a536de6711ab5f82fa88200194.tar.gz | |
basic setup for tags
Diffstat (limited to '')
| -rw-r--r-- | config.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 88f9a3e..fd294a2 100644 --- a/config.toml +++ b/config.toml @@ -11,9 +11,13 @@ default_language = "en" generate_feeds = true feed_filenames = ["feed.xml"] +taxonomies = [ + {name = "tags", feed = false}, +] + [markdown] highlight_code = true -highlight_theme = "zenburn" +highlight_theme = "one-dark" render_emoji = true smart_punctuation = true |
