diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/_default/hugo.toml | 4 | ||||
| -rw-r--r-- | config/_default/menus/menus.en.toml | 37 | ||||
| -rw-r--r-- | config/_default/params.toml | 2 |
3 files changed, 40 insertions, 3 deletions
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" |
