From 3159857a7d0da8361c525d0c7ab1a9b8e363990f Mon Sep 17 00:00:00 2001
From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com>
Date: Thu, 5 Dec 2024 11:14:31 -0600
Subject: [PATCH] feat: Add Blog landing page
---
assets/graphics/fa/block-quote.svg | 1 +
content/posts/_index.md | 13 +++++++++++++
layouts/partials/category-button.html | 1 +
3 files changed, 15 insertions(+)
create mode 100644 assets/graphics/fa/block-quote.svg
create mode 100644 content/posts/_index.md
diff --git a/assets/graphics/fa/block-quote.svg b/assets/graphics/fa/block-quote.svg
new file mode 100644
index 0000000..faa51e9
--- /dev/null
+++ b/assets/graphics/fa/block-quote.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/posts/_index.md b/content/posts/_index.md
new file mode 100644
index 0000000..a6432a2
--- /dev/null
+++ b/content/posts/_index.md
@@ -0,0 +1,13 @@
+---
+title: "ChemE Cows"
+cardImage: saddles
+motto:
+ ChemE Cows
A blog about cattle, technology, or anything remotely
+ affecting either of them
+menu:
+ main:
+ name: Blog
+ params:
+ icon: block-quote
+ weight: 2
+---
diff --git a/layouts/partials/category-button.html b/layouts/partials/category-button.html
index 5b5d7e7..60693a5 100644
--- a/layouts/partials/category-button.html
+++ b/layouts/partials/category-button.html
@@ -9,6 +9,7 @@
"thesis" "graduation-cap"
"presentation" "podium"
"web" "globe"
+ "blog" "block-quote"
}}
{{ $categoryIcon := index $iconDictionary $category }}