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'