redo home page

This commit is contained in:
wires 2025-03-31 22:02:45 -04:00
parent 909798eb05
commit be7363ac2c
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM
4 changed files with 16 additions and 12 deletions
assets
content
layouts/partials

View file

@ -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;

View file

@ -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).

View file

@ -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"]
+++

View file

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