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 }}