From 490b69a4bb184cf094d67e3569542c0b07e77fad Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Mon, 5 Jun 2023 12:30:22 -0400 Subject: [PATCH] Adding my module for taxonoy headers, I hope --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index e5c498a..e3fa6a9 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,8 @@ enableGitInfo = true [module] # this is needed when you fetch the theme as a submodule to your repo. # replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal" +[[module.imports]] + path = 'code.ndumas.com/ndumas/hugo-terminal-post-series' [[module.imports]] path = 'github.com/panr/hugo-theme-terminal/v3'