redo home page
This commit is contained in:
parent
909798eb05
commit
be7363ac2c
4 changed files with 16 additions and 12 deletions
|
@ -28,7 +28,7 @@ body {
|
||||||
max-width: 50rem;
|
max-width: 50rem;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
line-height: 1.8;
|
line-height: 1.6;
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
I'm a computer science graduate with an affinity for systems programming and
|
I'm a software engineer with an affinity for low level and functional
|
||||||
functional languages. I think C, Rust and Zig all have their merits and am
|
programming. My favorite languages to work with are Zig, Rust, Erlang, and the
|
||||||
comfortable working with all 3. When I don't need to work at such a low level,
|
venerable C. I want to build high performance and fault tolerant systems, and to
|
||||||
I like to work with Elixir and Erlang.
|
help make the web a more free and decentralized place.
|
||||||
|
|
||||||
I'm passionate about building performant, fault-tolerant and scalable systems and
|
If you want to talk to me you can reach me at
|
||||||
making the web a more free and decentralized place. All my projects can be found
|
[wires@wires.systems](mailto:wires@wires.systems).
|
||||||
on [my forgejo instance](https://git.wires.systems)
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = "Zosimos Part 1: Workflow Setup"
|
title = "ZosimOS Devlog: Workflow Setup"
|
||||||
date = 2025-03-31T12:00:00-04:00
|
date = 2025-03-31T12:00:00-04:00
|
||||||
tags = ["osdev", "zig", "raspberry pi"]
|
tags = ["osdev", "zig", "raspberry pi"]
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<footer>
|
<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>
|
Made with <a href="https://gohugo.io">Hugo</a>. All content is openly licensed
|
||||||
<br>
|
via
|
||||||
Made with <a href="https://gohugo.io">Hugo</a>
|
<a
|
||||||
|
href="http://creativecommons.org/licenses/by-sa/4.0/"
|
||||||
|
target="_blank"
|
||||||
|
rel="license noopener noreferrer"
|
||||||
|
>CC BY-SA 4.0</a
|
||||||
|
>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue