From 82798d4c53f690175db884c8cf719e0489f83898 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:50:40 -0500 Subject: =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Added=20submodule=20for=20versio?= =?UTF-8?q?ned=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Much changes, added submodule to setup versioned unified documentation BREAKING CHANGE: 🧨 Will require submodule initialization --- config/_default/hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/_default/hugo.toml') 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" -- cgit v1.2.3