From 6458d9da064d11ef97b47897d6417286da2bbe91 Mon Sep 17 00:00:00 2001
From: anoduck <9925396+anoduck@users.noreply.github.com>
Date: Sun, 2 Mar 2025 08:29:56 -0500
Subject: =?UTF-8?q?chore:=20=F0=9F=A4=96=20Pushing=20for=20remote=20access?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Pushing so it can later be accessed remotely.
---
.frontmatter/config/content/snippets/profile.json | 99 +
content/legal/jargon.md | 38 +
frontmatter.json | 4 +-
go.mod | 2 +-
go.sum | 2 +
package.json | 6 +-
static/img/android-chrome-192x192.png | Bin 0 -> 36359 bytes
static/img/android-chrome-512x512.png | Bin 0 -> 185719 bytes
static/img/apple-touch-icon.png | Bin 0 -> 32642 bytes
static/img/awesome.jpg | Bin 0 -> 25716 bytes
static/img/denial.jpg | Bin 0 -> 22510 bytes
static/img/drawing.png | Bin 0 -> 175951 bytes
static/img/favicon-16x16.png | Bin 0 -> 659 bytes
static/img/favicon-32x32.png | Bin 0 -> 1766 bytes
static/img/favicon.ico | Bin 0 -> 15406 bytes
static/img/logo-dark.png | Bin 0 -> 169020 bytes
static/img/logo-front.png | Bin 0 -> 38282 bytes
static/img/logo-lg.png | Bin 0 -> 723035 bytes
static/img/logo-lg.svg | 5580 +++++++++++++++++++
static/img/logo-light.png | Bin 0 -> 308742 bytes
static/img/logo-sm.png | Bin 0 -> 186534 bytes
static/img/logo-sm.svg | 5607 ++++++++++++++++++++
static/img/logo.ico | Bin 0 -> 6406 bytes
static/img/logo.png | Bin 0 -> 308742 bytes
...f-course-i-didnt-know-why-didnt-you-tell-me.gif | Bin 0 -> 1560216 bytes
static/img/palpable.jpg | Bin 0 -> 56308 bytes
static/img/relational_map.png | Bin 0 -> 108677 bytes
static/img/site.webmanifest | 1 +
static/img/something.png | Bin 0 -> 28447 bytes
static/img/standard-dump-truck-sizes.png | Bin 0 -> 320528 bytes
static/img/von-mises.jpg | Bin 0 -> 135828 bytes
31 files changed, 11334 insertions(+), 5 deletions(-)
create mode 100644 .frontmatter/config/content/snippets/profile.json
create mode 100644 content/legal/jargon.md
create mode 100644 static/img/android-chrome-192x192.png
create mode 100644 static/img/android-chrome-512x512.png
create mode 100644 static/img/apple-touch-icon.png
create mode 100755 static/img/awesome.jpg
create mode 100755 static/img/denial.jpg
create mode 100755 static/img/drawing.png
create mode 100644 static/img/favicon-16x16.png
create mode 100644 static/img/favicon-32x32.png
create mode 100644 static/img/favicon.ico
create mode 100644 static/img/logo-dark.png
create mode 100644 static/img/logo-front.png
create mode 100644 static/img/logo-lg.png
create mode 100644 static/img/logo-lg.svg
create mode 100644 static/img/logo-light.png
create mode 100644 static/img/logo-sm.png
create mode 100644 static/img/logo-sm.svg
create mode 100644 static/img/logo.ico
create mode 100644 static/img/logo.png
create mode 100755 static/img/of-course-i-didnt-know-why-didnt-you-tell-me.gif
create mode 100755 static/img/palpable.jpg
create mode 100755 static/img/relational_map.png
create mode 100644 static/img/site.webmanifest
create mode 100755 static/img/something.png
create mode 100755 static/img/standard-dump-truck-sizes.png
create mode 100755 static/img/von-mises.jpg
diff --git a/.frontmatter/config/content/snippets/profile.json b/.frontmatter/config/content/snippets/profile.json
new file mode 100644
index 0000000..ab30872
--- /dev/null
+++ b/.frontmatter/config/content/snippets/profile.json
@@ -0,0 +1,99 @@
+{
+ "$schema": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
+ "title": "Profile page",
+ "description": "Profile Content Page",
+ "body": [
+ "{{< persona thumbnail=\"[[Thumbnail]]\" title=\"{{title}}\" color=\"[[color]]\" >}}",
+ "Name: [[Name]]",
+ "Occupation: [[Occupation]]",
+ "Position: [[Position]]",
+ "Affiliations: [[Affiliations]]",
+ "Relations: [[Relations]]",
+ "POL Index: [[POL]]",
+ "Means: [[Means]]",
+ "Motive: [[Motive]]",
+ "Opportunity: [[Opportunity]]",
+ "Bio: [[Bio]]",
+ "{{< /persona >}}"
+ ],
+ "fields": [
+ {
+ "name": "Title",
+ "title": "Title",
+ "type": "string",
+ "single": true,
+ "default": "'{{ replace .File.ContentBaseName `-` ` ` | title }}'"
+ },
+ {
+ "name": "Thumbnail",
+ "title": "Thumbnail",
+ "type": "string",
+ "single": true,
+ "default": "/img/logo.png"
+ },
+ {
+ "name": "color",
+ "title": "color",
+ "type": "string",
+ "single": true,
+ "default": "Primary"
+ },
+ {
+ "name": "Name",
+ "title": "Name",
+ "type": "string",
+ "single": true
+ },
+ {
+ "name": "Occupation",
+ "title": "Occupation",
+ "type": "string",
+ "single": true
+ },
+ {
+ "name": "Position",
+ "title": "Position",
+ "type": "string",
+ "single": true
+ },
+ {
+ "name": "Affiliations",
+ "title": "Affiliations",
+ "type": "string",
+ "single": false
+ },
+ {
+ "name": "Relations",
+ "title": "Relations",
+ "type": "string",
+ "single": false
+ },
+ {
+ "name": "POL",
+ "title": "POL Index",
+ "type": "string",
+ "single": true
+ },
+ {
+ "name": "Means",
+ "title": "Means",
+ "type": "string",
+ "single": false
+ },
+ {
+ "name": "Motive",
+ "title": "Motive",
+ "type": "string",
+ "single": false
+ },
+ {
+ "name": "Opportunity",
+ "title": "Opportunity",
+ "type": "string",
+ "single": false
+ }
+ ],
+ "isMediaSnippet": false,
+ "openingTags": "[[",
+ "closingTags": "]]"
+}
\ No newline at end of file
diff --git a/content/legal/jargon.md b/content/legal/jargon.md
new file mode 100644
index 0000000..8d4a7e0
--- /dev/null
+++ b/content/legal/jargon.md
@@ -0,0 +1,38 @@
+---
+title: Jargon
+description: Relevant terms and phrases and their meaning.
+date: 2025-02-24T02:42:07.449Z
+tags:
+ - terms
+ - vocab
+ - words
+categories: Legal
+type: docs
+draft: false
+alias: []
+thumbnail:
+ url: https://res.cloudinary.com/solardump/image/upload/v1740364904/legal/photo-1617706076628-26a3c50c0202.jpg
+ author: ""
+ authorURL: ""
+ origin: ""
+ originURL: ""
+fmContentType: legal
+---
+
+> A basic table of phrases and/or terms and their meaning.
+
+| Term/Phrase | Meaning |
+|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------|
+| Malpheasance | The wrongful or unjust doing of some act which the doer has no right to perform, or which he has stipulated by contract not to do. [^1] |
+| Standing | The capacity of a party to bring a lawsuit in court. [^2] |
+| Pressure Game | A form of coercion in which pressure is applied to an individual to have them do something they would not normall do. [^3] |
+| Conflict of Interest | a situation that can undermine a person due to self interest and public interest. [^4] |
+| Scheme to Defraud | a planned attempt to deceive and cheat and a conspiracy to carry out a fraud. [^5] |
+| Moraul Fraud | the term given to the deceit that is involved in a wrong of moral nature. [^6] |
+
+[^1]: https://thelawdictionary.org/malfeasance/
+[^2]: https://www.law.cornell.edu/wex/Standing
+[^3]: TBD
+[^4]: https://thelawdictionary.org/conflict-of-interest/
+[^5]: https://thelawdictionary.org/scheme-to-defraud/
+[^6]: https://thelawdictionary.org/moral-fraud/
\ No newline at end of file
diff --git a/frontmatter.json b/frontmatter.json
index cd15a99..99e7647 100644
--- a/frontmatter.json
+++ b/frontmatter.json
@@ -1,12 +1,14 @@
{
"$schema": "https://beta.frontmatter.codes/frontmatter.schema.json",
- "frontMatter.content.publicFolder": "assets/img",
+ "frontMatter.content.publicFolder": "static",
"frontMatter.taxonomy.slugTemplate": "{{Title}}",
"frontMatter.taxonomy.alignFilename": false,
"frontMatter.templates.enabled": true,
"frontMatter.templates.folder": ".frontmatter/templates/",
"frontMatter.framework.id": "hugo",
"frontMatter.git.enabled": true,
+ "frontMatter.git.requiresCommitMessage": ["develop"],
+ "frontMatter.git.disableOnBranches": ["main"],
"frontMatter.preview.host": "http://localhost:1313",
"frontMatter.website.host": "https://corruptlamar.com",
"frontMatter.dashboard.openOnStart": true
diff --git a/go.mod b/go.mod
index 93f8fd7..793adcc 100644
--- a/go.mod
+++ b/go.mod
@@ -21,6 +21,6 @@ require (
github.com/gethinode/mod-mermaid v1.1.22 // indirect
github.com/gethinode/mod-simple-datatables v1.1.7 // indirect
github.com/gethinode/mod-utils/v2 v2.10.0 // indirect
- github.com/nextapps-de/flexsearch v0.0.0-20250210141409-f78ebb388862 // indirect
+ github.com/nextapps-de/flexsearch v0.0.0-20250301115249-5bcbc72dac51 // indirect
github.com/twbs/bootstrap v5.3.3+incompatible // indirect
)
diff --git a/go.sum b/go.sum
index be724cc..c11e0b5 100644
--- a/go.sum
+++ b/go.sum
@@ -138,5 +138,7 @@ github.com/nextapps-de/flexsearch v0.0.0-20240501124520-961c3ae84a87 h1:6PNbL0/L
github.com/nextapps-de/flexsearch v0.0.0-20240501124520-961c3ae84a87/go.mod h1:5GdMfPAXzbA2gXBqTjC6l27kioSYzHlqDMh0+wyx7sU=
github.com/nextapps-de/flexsearch v0.0.0-20250210141409-f78ebb388862 h1:+kGQ+34t7Bv0mbwTGUxwQU2ruuac8jsHEvcleSRUI3M=
github.com/nextapps-de/flexsearch v0.0.0-20250210141409-f78ebb388862/go.mod h1:5GdMfPAXzbA2gXBqTjC6l27kioSYzHlqDMh0+wyx7sU=
+github.com/nextapps-de/flexsearch v0.0.0-20250301115249-5bcbc72dac51 h1:6MAa9jMWVjtEQnEDPaVvxCvvhAv0fjmiDM+09ZNc1Po=
+github.com/nextapps-de/flexsearch v0.0.0-20250301115249-5bcbc72dac51/go.mod h1:5GdMfPAXzbA2gXBqTjC6l27kioSYzHlqDMh0+wyx7sU=
github.com/twbs/bootstrap v5.3.3+incompatible h1:goFoqinzdHfkeegpFP7pvhbd0g+A3O2hbU3XCjuNrEQ=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
diff --git a/package.json b/package.json
index 91de10b..8989c17 100644
--- a/package.json
+++ b/package.json
@@ -43,13 +43,13 @@
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
- "hugo-bin": "0.140.1",
+ "hugo-bin": "0.142.0",
"purgecss-whitelister": "^2.4.0"
},
"devDependencies": {
"@gethinode/netlify-plugin-dartsass": "^0.3.0",
"@knight-lab/timelinejs": "^3.9.6",
- "eslint": "^9.20.1",
+ "eslint": "^9.21.0",
"markdownlint-cli2": "^0.17.2",
"neostandard": "^0.12.1",
"netlify-plugin-hugo-cache-resources": "^0.2.1",
@@ -57,7 +57,7 @@
"postcss-cli": "^11.0.0",
"rexreplace": "^7.1.12",
"rimraf": "^6.0.1",
- "stylelint": "^16.14.1",
+ "stylelint": "^16.15.0",
"stylelint-config-standard-scss": "^14.0.0"
},
"optionalDependencies": {
diff --git a/static/img/android-chrome-192x192.png b/static/img/android-chrome-192x192.png
new file mode 100644
index 0000000..c6aa540
Binary files /dev/null and b/static/img/android-chrome-192x192.png differ
diff --git a/static/img/android-chrome-512x512.png b/static/img/android-chrome-512x512.png
new file mode 100644
index 0000000..e9b3bf6
Binary files /dev/null and b/static/img/android-chrome-512x512.png differ
diff --git a/static/img/apple-touch-icon.png b/static/img/apple-touch-icon.png
new file mode 100644
index 0000000..2901187
Binary files /dev/null and b/static/img/apple-touch-icon.png differ
diff --git a/static/img/awesome.jpg b/static/img/awesome.jpg
new file mode 100755
index 0000000..9ec21be
Binary files /dev/null and b/static/img/awesome.jpg differ
diff --git a/static/img/denial.jpg b/static/img/denial.jpg
new file mode 100755
index 0000000..89b19a1
Binary files /dev/null and b/static/img/denial.jpg differ
diff --git a/static/img/drawing.png b/static/img/drawing.png
new file mode 100755
index 0000000..9a793a7
Binary files /dev/null and b/static/img/drawing.png differ
diff --git a/static/img/favicon-16x16.png b/static/img/favicon-16x16.png
new file mode 100644
index 0000000..a33e087
Binary files /dev/null and b/static/img/favicon-16x16.png differ
diff --git a/static/img/favicon-32x32.png b/static/img/favicon-32x32.png
new file mode 100644
index 0000000..f6d62ac
Binary files /dev/null and b/static/img/favicon-32x32.png differ
diff --git a/static/img/favicon.ico b/static/img/favicon.ico
new file mode 100644
index 0000000..c22074d
Binary files /dev/null and b/static/img/favicon.ico differ
diff --git a/static/img/logo-dark.png b/static/img/logo-dark.png
new file mode 100644
index 0000000..100211f
Binary files /dev/null and b/static/img/logo-dark.png differ
diff --git a/static/img/logo-front.png b/static/img/logo-front.png
new file mode 100644
index 0000000..5feb8a6
Binary files /dev/null and b/static/img/logo-front.png differ
diff --git a/static/img/logo-lg.png b/static/img/logo-lg.png
new file mode 100644
index 0000000..1e0e40d
Binary files /dev/null and b/static/img/logo-lg.png differ
diff --git a/static/img/logo-lg.svg b/static/img/logo-lg.svg
new file mode 100644
index 0000000..d454ce8
--- /dev/null
+++ b/static/img/logo-lg.svg
@@ -0,0 +1,5580 @@
+
+
+
+
diff --git a/static/img/logo-light.png b/static/img/logo-light.png
new file mode 100644
index 0000000..d018f2d
Binary files /dev/null and b/static/img/logo-light.png differ
diff --git a/static/img/logo-sm.png b/static/img/logo-sm.png
new file mode 100644
index 0000000..54f07ef
Binary files /dev/null and b/static/img/logo-sm.png differ
diff --git a/static/img/logo-sm.svg b/static/img/logo-sm.svg
new file mode 100644
index 0000000..71a3509
--- /dev/null
+++ b/static/img/logo-sm.svg
@@ -0,0 +1,5607 @@
+
+
+
diff --git a/static/img/logo.ico b/static/img/logo.ico
new file mode 100644
index 0000000..d736cdf
Binary files /dev/null and b/static/img/logo.ico differ
diff --git a/static/img/logo.png b/static/img/logo.png
new file mode 100644
index 0000000..d018f2d
Binary files /dev/null and b/static/img/logo.png differ
diff --git a/static/img/of-course-i-didnt-know-why-didnt-you-tell-me.gif b/static/img/of-course-i-didnt-know-why-didnt-you-tell-me.gif
new file mode 100755
index 0000000..dd017da
Binary files /dev/null and b/static/img/of-course-i-didnt-know-why-didnt-you-tell-me.gif differ
diff --git a/static/img/palpable.jpg b/static/img/palpable.jpg
new file mode 100755
index 0000000..84fce41
Binary files /dev/null and b/static/img/palpable.jpg differ
diff --git a/static/img/relational_map.png b/static/img/relational_map.png
new file mode 100755
index 0000000..7c2be78
Binary files /dev/null and b/static/img/relational_map.png differ
diff --git a/static/img/site.webmanifest b/static/img/site.webmanifest
new file mode 100644
index 0000000..45dc8a2
--- /dev/null
+++ b/static/img/site.webmanifest
@@ -0,0 +1 @@
+{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
\ No newline at end of file
diff --git a/static/img/something.png b/static/img/something.png
new file mode 100755
index 0000000..76e0f9b
Binary files /dev/null and b/static/img/something.png differ
diff --git a/static/img/standard-dump-truck-sizes.png b/static/img/standard-dump-truck-sizes.png
new file mode 100755
index 0000000..99aa812
Binary files /dev/null and b/static/img/standard-dump-truck-sizes.png differ
diff --git a/static/img/von-mises.jpg b/static/img/von-mises.jpg
new file mode 100755
index 0000000..3091354
Binary files /dev/null and b/static/img/von-mises.jpg differ
--
cgit v1.2.3