From be7363ac2cf6bb18941f672bf9cb0f19be60ff94 Mon Sep 17 00:00:00 2001 From: wires Date: Mon, 31 Mar 2025 22:02:45 -0400 Subject: [PATCH] redo home page --- assets/style.css | 2 +- content/_index.md | 13 ++++++------- content/zosimos/workflow.md | 2 +- layouts/partials/footer.html | 11 ++++++++--- 4 files changed, 16 insertions(+), 12 deletions(-) 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 @@