From d049ef0f9e0c9eb1b3a178a766d8cf6b4c26fc99 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 26 Jan 2025 00:38:10 +0100 Subject: Update theme with series --- hugo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 261a43d..eeb8de2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,6 +7,12 @@ enableGitInfo = true enableEmoji = true copyright = "Federico Angelilli © 2025" +[taxonomies] + category = 'categories' + tag = 'tags' + series = 'series' + + [outputs] home = ['html', 'rss'] section = ['html'] -- cgit v1.2.3