diff --git a/assets/style.css b/assets/style.css
index fe1e0bb..6ddf793 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -28,7 +28,7 @@ body {
   max-width: 50rem;
   padding: 2rem;
   margin: 0 auto;
-  line-height: 1.8;
+  line-height: 1.6;
   background: var(--bg);
   color: var(--fg);
   font-family: serif;
diff --git a/content/_index.md b/content/_index.md
index 1c8905b..7a53035 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,8 +1,7 @@
-I'm a computer science graduate with an affinity for systems programming and
-functional languages. I think C, Rust and Zig all have their merits and am
-comfortable working with all 3. When I don't need to work at such a low level,
-I like to work with Elixir and Erlang.
+I'm a software engineer with an affinity for low level and functional
+programming. My favorite languages to work with are Zig, Rust, Erlang, and the
+venerable C. I want to build high performance and fault tolerant systems, and to
+help make the web a more free and decentralized place.
 
-I'm passionate about building performant, fault-tolerant and scalable systems and
-making the web a more free and decentralized place. All my projects can be found
-on [my forgejo instance](https://git.wires.systems)
+If you want to talk to me you can reach me at
+[wires@wires.systems](mailto:wires@wires.systems).
diff --git a/content/zosimos/workflow.md b/content/zosimos/workflow.md
index 2619fe7..114426f 100644
--- a/content/zosimos/workflow.md
+++ b/content/zosimos/workflow.md
@@ -1,5 +1,5 @@
 +++
-title = "Zosimos Part 1: Workflow Setup"
+title = "ZosimOS Devlog: Workflow Setup"
 date = 2025-03-31T12:00:00-04:00
 tags = ["osdev", "zig", "raspberry pi"]
 +++
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 99d42f9..e385cf0 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,10 @@
 <footer>
-All content is openly licensed via <a href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer">CC BY-SA 4.0</a>
-<br>
-Made with <a href="https://gohugo.io">Hugo</a>
+  Made with <a href="https://gohugo.io">Hugo</a>. All content is openly licensed
+  via
+  <a
+    href="http://creativecommons.org/licenses/by-sa/4.0/"
+    target="_blank"
+    rel="license noopener noreferrer"
+    >CC BY-SA 4.0</a
+  >
 </footer>