diff options
| -rw-r--r-- | config/_default/hugo.toml | 4 | ||||
| -rw-r--r-- | config/_default/menus/menus.en.toml | 125 | ||||
| -rw-r--r-- | config/_default/params.toml | 8 | ||||
| -rwxr-xr-x | content/evidence/_index.md | 2 | ||||
| -rwxr-xr-x | content/persons/_index.md | 2 | ||||
| -rw-r--r-- | content/persons/map.md | 6 | ||||
| -rw-r--r-- | hugo_stats.json | 7 |
7 files changed, 85 insertions, 69 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index d8badd2..263c2c9 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -115,5 +115,5 @@ home = ["HTML", "RSS", "REDIR"] path = "github.com/gethinode/hinode" [[module.imports]] path = "github.com/gethinode/mod-mermaid" - [[module.imports]] - path = "github.com/anoduck/mod-countup"
\ No newline at end of file + # [[module.imports]] + # path = "github.com/anoduck/mod-countup"
\ No newline at end of file diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index c6814c4..7561af3 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -1,3 +1,7 @@ +# Menu configuration +# ------------------ + +# Main Menu [[main]] name = "Home" pageRef = "/" @@ -5,59 +9,85 @@ [[main]] name = "Tips" - pageRef = "/tips" + pageRef = "/tips/" weight = 15 +# Evidence Submenu [[main]] name = "Evidence" weight = 20 [[main]] name = "Artifacts" - pageRef = "/evidence" + pageRef = "/evidence/" parent = "Evidence" weight = 10 [[main]] name = "Video" - pageRef = "/video" + pageRef = "/video/" parent = "Evidence" weight = 20 [[main]] name = "Emails" - pageRef = "/evidence/emails_index" + pageRef = "/evidence/emails_index/" parent = "Evidence" weight = 30 [[main]] name = "Incidents" - pageRef = "/evidence/otter-timeline" + pageRef = "/evidence/otter-timeline/" parent = "Evidence" weight = 40 [[main]] name = "Persons" - pageRef = "/persons" weight = 30 [[main]] + name = "Suspects" + pageRef = "/Persons" + parent = "Persons" + weight = 10 + +[[main]] + name = "Chief Douglas Randall Matthews" + pageRef = "/persons/dmatthews" + parent = "Persons" + weight = 20 + +[[main]] + name = "Scott Mayfield Esq." + pageRef = "/persons/smayfield" + parent = "Persons" + weight = 30 + +[[main]] + name = "Anita Buice" + pageRef = "/persons/abuice" + parent = "Persons" + weight = 40 + +# Main Cont'd +[[main]] name = "Legal" - pageRef = "/legal" + pageRef = "/legal/" weight = 40 [[main]] name = "Posts" - pageRef = "/posts" + pageRef = "/posts/" weight = 50 +# About Submenu [[main]] name = "About" - weight = 55 + weight = 60 [[main]] name = "About Us" - pageRef = "/about" + pageRef = "/about/" parent = "About" weight = 10 @@ -65,28 +95,30 @@ name = "Contact" pageRef = "https://contact.corruptlamar.com" parent = "About" - weight = 15 + weight = 20 [[main]] name = "Privacy" - pageRef = "/privacy" + pageRef = "/privacy/" parent = "About" - weight = 20 + weight = 30 [[main]] name = "Terms" - pageRef = "/terms" + pageRef = "/terms/" parent = "About" - weight = 30 + weight = 40 +# Main cont'd [[main]] name = "Tags" - pageRef = "/tags" + pageRef = "/tags/" weight = 70 +## Sites Submenu [[main]] name = "Sites" - weight = 60 + weight = 80 [[main]] name = "SolarDump" @@ -100,54 +132,33 @@ parent = "Sites" weight = 20 -[[social]] - name = "Twitter" - pre = "fab fa-x-twitter" - url = "https://twitter.com/solardump" - weight = 10 +# ---------------------------- +# Social Media +# ---------------------------- +# Social Media Entry Not sure what it does. +# [[social]] +# name = "Twitter" +# pre = "fab fa-x-twitter" +# url = "https://twitter.com/solardump" +# weight = 10 # [[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 = "Posts" -# pageRef = "/posts/" -# weight = 10 - -# [[sample]] -# name = "Projects" -# pageRef = "/projects/" -# weight = 20 - -# [[sample]] -# name = "Sample project" -# pageRef = "/projects/sample-project/" -# parent = "Projects" -# weight = 1 - -# [[sample]] -# name = "Another project" -# pageRef = "/projects/another-project/" -# parent = "Projects" -# weight = 2 -# toml-docs-end sample-navigation +# ---------------------------------- +# Footer Links +# ---------------------------------- +# Evidence Submenu [[footer]] name = "Evidence" weight = 10 @@ -188,6 +199,7 @@ parent = "Evidence" weight = 60 +# Link Submenu [[footer]] name = "Links" weight = 20 @@ -214,23 +226,24 @@ name = "About Us" pageRef = "/about/" parent = "Links" - weight = 10 + weight = 40 [[footer]] name = "Privacy" pageRef = "/privacy/" parent = "Links" - weight = 20 + weight = 50 [[footer]] name = "Terms of Use" pageRef = "/terms/" parent = "Links" - weight = 30 + weight = 60 +# Sites Submenu [[footer]] name = "Sites" - weight = 40 + weight = 30 [[footer]] name = "Solar Dump" diff --git a/config/_default/params.toml b/config/_default/params.toml index b8e4bc1..162a39f 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -13,7 +13,7 @@ cue = false tab = true [main.build] - transpiler = "dartsass" + transpiler = "libsass" [messages] placement = "bottom-right" @@ -35,8 +35,8 @@ style = "gradient-featured" [home.feature] orientation = "stacked" - # Setting below will overwrite gradient feature. - # color = "" + # Setting below or commenting it out will overwrite gradient feature. + color = "" width = 6 align = "start" @@ -44,7 +44,7 @@ anchor = true logo = "logo.svg" color = "body" - # style = "dark" + style = "" fixed = true offset = "5.5rem" search = true diff --git a/content/evidence/_index.md b/content/evidence/_index.md index 44b6f32..2f85e3d 100755 --- a/content/evidence/_index.md +++ b/content/evidence/_index.md @@ -2,3 +2,5 @@ title: Evidenciary Artifacts nested: true --- + +{{< image src="https://res.cloudinary.com/solardump/image/upload/v1726086549/Memes/palpable_kwafha.jpg" wrapper="col-6 mx-auto" >}}
\ No newline at end of file diff --git a/content/persons/_index.md b/content/persons/_index.md index c6c401f..3d0cb64 100755 --- a/content/persons/_index.md +++ b/content/persons/_index.md @@ -3,6 +3,8 @@ title: "Persons" nested: true --- +{{< image src="https://res.cloudinary.com/solardump/image/upload/v1726086548/Memes/von-mises_xsgylz.jpg" wrapper="col-6 mx-auto" >}} + Since 2016, the same group of individuals have twice used less than scrupulous methods to attack our home, regardless of intentionality. Each time possessed the same attributes of a desire to circumvent regular channels and steps often required by law to achieve a particular goal, a conserved effort to with hold information from our family and the public, the bending of law to align with one's own personal will, and a slew of "lesser" illegal activities, which alone are not offensive enough to pursue, but taken as a whole become too numerous to prosecute. The first time this occurred, an effort was made to not expose these individuals in public, those exposed were public officials at the time or their association to the affair was a matter of public information and/or were included by free publication. We avoided mentioning names and abstained from attacking someone personally, because not only is it in poor taste, but it takes the focus off of the position of one's argument, and redirects it to the individual. diff --git a/content/persons/map.md b/content/persons/map.md index 7393c9d..bbc0a6c 100644 --- a/content/persons/map.md +++ b/content/persons/map.md @@ -14,7 +14,9 @@ modules: ["mermaid"] --- -{{< image src="https://res.cloudinary.com/solardump/image/upload/v1726086544/persons/relational_map_f5dt64.png" caption="Relational Entity Diagram" >}} +## Entity Relationship Diagram + +{{< image src="https://res.cloudinary.com/solardump/image/upload/v1726086544/persons/relational_map_f5dt64.png" wrapper="col-10 mx-auto" >}} <!-- ```mermaid @@ -78,7 +80,7 @@ erDiagram ### Diagram Explanation ->[!info] Entity Relationship Map +>[!NOTE] >The above diagram is called an entity relationship map, it displays the relational inter-dependency between two or more entities. #### What is it? diff --git a/hugo_stats.json b/hugo_stats.json index 68f781a..383b3b9 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -59,7 +59,6 @@ "use" ], "classes": [ - "%!s(<nil><use", "active", "align-items-center", "align-middle", @@ -69,12 +68,10 @@ "ball", "bg-body", "bg-body-tertiary", - "bg-opacity-57", "bg-primary", "bg-secondary", "blockquote-alert", "blockquote-alert-heading", - "blockquote-alert-info", "blockquote-alert-note", "blockquote-alert-warning", "border", @@ -205,7 +202,6 @@ "h6", "heading", "highlight", - "href=", "hstack", "img-fluid", "img-wrap", @@ -230,6 +226,7 @@ "mb-5", "mb-lg-5", "me-auto", + "mermaid", "middle-bar", "min-vh-100", "mode-switch", @@ -374,7 +371,6 @@ "w-25" ], "ids": [ - "%!s(<nil>)-fw", "TableOfContents", "a-junkyard-you-say", "about-us", @@ -400,6 +396,7 @@ "disclosure-of-your-personal-data", "documented-acts-of-harassment", "email-table-of-contents", + "entity-relationship-diagram", "evidence", "evidenciary-artifacts", "fa-face-frown", |
