summaryrefslogtreecommitdiffstats
path: root/config/_default/hugo.toml
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2024-12-17 01:50:40 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2024-12-17 01:50:40 -0500
commit82798d4c53f690175db884c8cf719e0489f83898 (patch)
tree8c38987990d12e5e7b0cef5a085bbeb3c1820770 /config/_default/hugo.toml
parentdd8efbc8dfd3a75789028cc79d055a376031eb77 (diff)
feat: 🎸 Added submodule for versioned docs
Much changes, added submodule to setup versioned unified documentation BREAKING CHANGE: 🧨 Will require submodule initialization
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r--config/_default/hugo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index cb13dbe..5eb4122 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -85,6 +85,7 @@ home = ["HTML", "RSS", "REDIR"]
keepWhitespace = true
[module]
+ # replacements = "github.com/anoduck/mod-timelinejs -> ../../mod-timelinejs"
[module.hugoVersion]
extended = true
min = "0.134.0"
@@ -118,4 +119,4 @@ home = ["HTML", "RSS", "REDIR"]
[[module.imports]]
path = "github.com/gethinode/mod-leaflet"
[[module.imports]]
- path = "github.com/anoduck/mod-timelinejs3" \ No newline at end of file
+ path = "github.com/anoduck/mod-timelinejs"