diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/_default/hugo.toml | 4 | ||||
| -rw-r--r-- | config/_default/languages.toml | 4 | ||||
| -rw-r--r-- | config/_default/menus/menus.en.toml | 62 | ||||
| -rw-r--r-- | config/_default/params.toml | 81 |
4 files changed, 110 insertions, 41 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 507bb25..2b1440b 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -3,7 +3,7 @@ copyright = "Copyright © 2024 Corrupt Lamar." enableGitInfo = true # additional settings -baseURL = "https://corruptlamar.com.com/" +baseURL = "https://corruptlamar.com/" canonifyURLs = false enableEmoji = true enableRobotsTXT = true @@ -34,7 +34,7 @@ home = ["HTML", "RSS", "REDIR"] [build] writeStats = true - + [taxonomies] tag = 'tags' diff --git a/config/_default/languages.toml b/config/_default/languages.toml index 94bf4db..d33681d 100644 --- a/config/_default/languages.toml +++ b/config/_default/languages.toml @@ -5,7 +5,7 @@ [en.params.head] tagline = "The effort to document the events and evidence that lead up to the attack on our home and family." [en.params.social] - title = "Follow us" - caption = "Show your support and pass the word along." + title = "Follow us on X" + caption = "Show your support and pass it along." [en.params.footer] # license = "Licensed under Creative Commons (<a href='https://creativecommons.org/licenses/by-nc-sa/4.0/' class='link-secondary' target='_blank' rel='noopener noreferrer'>CC BY-NC-SA 4.0</a>)." diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 896d78a..d5fe59d 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -4,32 +4,58 @@ weight = 10 [[main]] + name = "Evidence" + pageRef = "/evidence" + weight = 20 + +[[main]] + name = "Persons" + pageRef = "/persons" + weight = 30 + +[[main]] + name = "Legal" + pageRef = "/legal" + weight = 40 + +[[main]] + name = "Posts" + pageRef = "/posts" + weight = 50 + +[[main]] name = "Tags" pageRef = "/tags" - weight = 20 + weight = 60 [[social]] - name = "LinkedIn" - pre = "fab linkedin" - url = "https://linkedin.com/" + name = "Twitter" + pre = "fab fa-x-twitter" + url = "https://twitter.com/solardump" weight = 10 -[[social]] - name = "GitHub" - pre = "fab fa-github" - url = "https://github.com/" - weight = 20 - -[[social]] - name = "Medium" - pre = "fab medium" - url = "https://medium.com/" - weight = 30 +# [[social]] +# name = "LinkedIn" +# pre = "fab linkedin" +# url = "https://linkedin.com/" +# weight = 10 +# +# [[social]] +# name = "GitHub" +# pre = "fab fa-github" +# url = "https://github.com/" +# weight = 20 +# +# [[social]] +# name = "Medium" +# pre = "fab medium" +# url = "https://medium.com/" +# weight = 30 # toml-docs-start sample-navigation [[sample]] - name = "Blog" - pageRef = "/blog/" + name = "Posts" + pageRef = "/posts/" weight = 10 [[sample]] @@ -48,4 +74,4 @@ pageRef = "/projects/another-project/" parent = "Projects" weight = 2 -# toml-docs-end sample-navigation
\ No newline at end of file +# toml-docs-end sample-navigation diff --git a/config/_default/params.toml b/config/_default/params.toml index 9f7332e..5cb1028 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -3,7 +3,7 @@ description = "The effort to document the events and evidence that lead up to the attack on our home and family." enableDarkMode = true enableLanguageSelectionStorage = false - modes = ["light", "dark"] + modes = [ "dark", "light" ] canonifyAssetsURLs = false endorse = true footerBelowFold = false @@ -26,7 +26,7 @@ checkVersion = false [home] - # sections = ["posts"] + sections = ["posts", "evidence", "persons", "legal" ] fullCover = false centerHeadline = false style = "" @@ -85,21 +85,63 @@ clipboard = true # toml-docs-start sections -[sections] - [sections.posts] - title = "Posts" - sort = "date" - reverse = true - nested = true - cols = 3 - color = "" - padding = "0" - header = "full" - footer = "none" - orientation = "stacked" - style = "border-0 card-zoom" - homepage = 3 - separator = true +# [sections] +# [sections.evidence] +# title = "Evidence" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true +# [sections.posts] +# title = "Posts" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "#A92E00" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true +# [sections.persons] +# title = "Persons" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "#007540" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true +# [sections.legal] +# title = "Legal" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true # toml-docs-end sections [favicon] @@ -131,7 +173,7 @@ twitter = "https://twitter.com/solardump" # linkedIn = "" # github = "https://github.com/gethinode/hinode" - section = "blog" + section = "posts" [schema.author] name = "Corrupt Lamar" twitter = "https://twitter.com/solardump" @@ -152,6 +194,7 @@ [links] solardump = "https://solardump.org" + theytookourhome = "https://theytookourhome.com" [modules.fontawesome] - skipMissing = true
\ No newline at end of file + skipMissing = true |
