From 4530da3162b4fef7103871759e8d17c3f8a2758b Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Thu, 21 Nov 2024 06:15:15 -0500 Subject: docs: :memo: Removed off subject otter logs Updated packages, Removed off subject otter logs. --- config/_default/hugo.toml | 4 +++- config/_default/menus/menus.en.toml | 37 ++++++++++++++++++++++++++++++++++++- config/_default/params.toml | 2 +- 3 files changed, 40 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 3fd41c3..cb13dbe 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -116,4 +116,6 @@ home = ["HTML", "RSS", "REDIR"] [[module.imports]] path = "github.com/gethinode/mod-mermaid" [[module.imports]] - path = "github.com/gethinode/mod-leaflet" \ No newline at end of file + path = "github.com/gethinode/mod-leaflet" + [[module.imports]] + path = "github.com/anoduck/mod-timelinejs3" \ No newline at end of file diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 9dfc23a..7c81733 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -216,4 +216,39 @@ name = "Twitter: @solar_dump" url = "https://twitter.com/solar_dump" parent = "Our Network" - weight = 40 \ No newline at end of file + weight = 40 + +# # External Links +# [[footer]] +# name = "Other Sites" +# weight = 40 + +# [[footer]] +# name = "Lamar County Code" +# url = "https://library.municode.com/ga/lamar_county/codes/code_of_ordinances" +# parent = "Other Sites" +# weight = 10 + +# [[footer]] +# name = "Lamar County Commissioners" +# url = "https://lamarcountyga.com" +# parent = "Other Sites" +# weight = 20 + +# [[footer]] +# name = "Lamar Co Online Tax Records" +# url = "https://qpublic.net/ga/lamar/" +# parent = "Other Sites" +# weight = 30 + +# [[footer]] +# name = "2023 Georgia Code" +# url = "https://law.justia.com/codes/georgia/2023/" +# parent = "Other Sites" +# weight = "40" + +# [[footer]] +# name = "2022 Federal Code" +# url = "https://law.justia.com/codes/us/2022/" +# parent = "Other Sites" +# weight = 50 \ No newline at end of file diff --git a/config/_default/params.toml b/config/_default/params.toml index 779559c..8df28e1 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -106,7 +106,7 @@ # This determines the layout format for each secton of the site. [sections] [sections.evidence] - title = "Evidenciary Artifacts" + title = "Evidence and Records" reference = "More Evidence" layout = "card" sort = "date" -- cgit v1.2.3