diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-09 19:21:34 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-09-09 19:21:34 -0400 |
| commit | 7275c261d984efb58e13cd44c788b21a9166dec0 (patch) | |
| tree | 505f613f126278030c57d9061165249b19b73877 /config/_default/params.toml | |
| parent | afbc9224128320ea3b24578ac03e7f7c0ccb4542 (diff) | |
Adding more content
added missing content from additional imports from obsidian
Diffstat (limited to 'config/_default/params.toml')
| -rw-r--r-- | config/_default/params.toml | 81 |
1 files changed, 62 insertions, 19 deletions
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 |
