diff options
| -rw-r--r-- | .vscode/settings.json | 5 | ||||
| -rw-r--r-- | config/_default/menus/menus.en.toml | 20 | ||||
| -rwxr-xr-x | content/evidence/_index.md | 2 | ||||
| -rw-r--r-- | hugo_stats.json | 1 |
4 files changed, 19 insertions, 9 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9076fc3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "conventionalCommits.scopes": [ + "menus.en.toml" + ] +}
\ No newline at end of file diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index 7561af3..7180d9b 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -47,28 +47,34 @@ [[main]] name = "Suspects" - pageRef = "/Persons" + pageRef = "/persons/" parent = "Persons" weight = 10 [[main]] - name = "Chief Douglas Randall Matthews" - pageRef = "/persons/dmatthews" + name = "Relational Diagram" + pageRef = "/persons/map/" parent = "Persons" weight = 20 [[main]] - name = "Scott Mayfield Esq." - pageRef = "/persons/smayfield" + name = "Chief Douglas Randall Matthews" + pageRef = "/persons/dmatthews/" parent = "Persons" weight = 30 [[main]] - name = "Anita Buice" - pageRef = "/persons/abuice" + name = "Scott Mayfield Esq." + pageRef = "/persons/smayfield/" parent = "Persons" weight = 40 +[[main]] + name = "Anita Buice" + pageRef = "/persons/abuice/" + parent = "Persons" + weight = 50 + # Main Cont'd [[main]] name = "Legal" diff --git a/content/evidence/_index.md b/content/evidence/_index.md index 2f85e3d..c1e134e 100755 --- a/content/evidence/_index.md +++ b/content/evidence/_index.md @@ -3,4 +3,4 @@ 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 +{{< image src="https://res.cloudinary.com/solardump/image/upload/v1726086549/Memes/palpable_kwafha.jpg" wrapper="col-4 mx-auto" >}}
\ No newline at end of file diff --git a/hugo_stats.json b/hugo_stats.json index 383b3b9..2fb5b82 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -226,7 +226,6 @@ "mb-5", "mb-lg-5", "me-auto", - "mermaid", "middle-bar", "min-vh-100", "mode-switch", |
