diff --git a/src/assets/icons/IconLobs.svg b/src/assets/icons/IconLobs.svg
new file mode 100644
index 0000000..86c2035
--- /dev/null
+++ b/src/assets/icons/IconLobs.svg
@@ -0,0 +1,5 @@
+
+
+
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 10c4831..ba5183d 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -89,6 +89,16 @@ const isActive = (path: string) => {
Notes
+
+
+ Photos
+
+
diff --git a/src/data/blog/focus.md b/src/data/blog/focus.md
new file mode 100644
index 0000000..d52486c
--- /dev/null
+++ b/src/data/blog/focus.md
@@ -0,0 +1,7 @@
+---
+title: On focus
+description: I'm drowning inside my own thoughts.
+pubDatetime: 2025-03-29
+tags:
+ - personal
+---
diff --git a/src/data/blog/making-things-mine.md b/src/data/blog/making-things-mine.md
new file mode 100644
index 0000000..554de4d
--- /dev/null
+++ b/src/data/blog/making-things-mine.md
@@ -0,0 +1,8 @@
+---
+title: Making my places on the internet my own
+description: Not being in the web dev space has made me forget how to do basic web things.
+pubDatetime: 2025-03-29
+tags:
+ - indie web
+ - web dev
+---
diff --git a/src/data/blog/maybe-lets-stop.md b/src/data/blog/maybe-lets-stop.md
new file mode 100644
index 0000000..c803f6a
--- /dev/null
+++ b/src/data/blog/maybe-lets-stop.md
@@ -0,0 +1,10 @@
+---
+pubDatetime: 2025-04-03
+title: "Maybe Stop Piping Installs to the Shell"
+description: Why is every library, language, or tool piping directly into bash?
+draft: false
+tags:
+ - software
+ - bash
+ - security
+---