commit 78c0cae1a2c233e94ef25cd7bb80156d5b77457b
parent 02a3229599860a2a682633a5abcdef3831a5f937
Author: Nathaniel Chappelle <nathaniel@chappelle.dev>
Date: Wed, 4 Feb 2026 22:57:44 -0800
Changing some details
Diffstat:
5 files changed, 43 insertions(+), 9 deletions(-)
diff --git a/build.sh b/build.sh
@@ -399,7 +399,7 @@ done | sort -r | head -n 20 | while IFS='|' read date title slug file; do
<link>${url}</link>
<guid>${url}</guid>
<pubDate>${date}</pubDate>
-<author>${SITE_AUTHOR_EMAIL} (${AUTHOR})</author>
+<author>${AUTHOR}</author>
<description><![CDATA[
${body_html}
]]></description>
diff --git a/content/blog/intro.md b/content/blog/intro.md
@@ -0,0 +1,9 @@
+---
+title: Introduction: My First Blog Post
+author: Nathaniel Chappelle
+date: 2026-01-04
+---
+
+Hi there! I wanted to quickly introduce this blog/feed/website.
+
+WIP.
diff --git a/content/contact.md b/content/contact.md
@@ -5,7 +5,7 @@ show_meta: no
Feel free to reach out:
-- Email: [nathaniel@chappelle.dev](mailto:nathaniel@chappelle.dev)
+- Email: nathaniel at any of my domains.
- 37AF 9835 E4CD AC40
- XMPP: [binkd@xmpp.is](xmpp:binkd@xmpp.is)
diff --git a/content/current.md b/content/current.md
@@ -7,7 +7,8 @@ Here's what I'm currently working on:
## [Stamail](https://git.chappelle.dev/stamail/log.html)
-A [suckless](https://suckless.org) static site generator for mailing list archives
+A [suckless](https://suckless.org) static site generator for mailing list
+archives
Current state:
@@ -24,19 +25,36 @@ Current bugs:
## [Gromacs-LS](https://github.com/vanegasj/gromacs-ls-2025.4)
-A fork of [Gromacs](https://www.gromacs.org), a moluecular dynamics simulation engine, with support for local stress and elasticity simulation. The project is authored and maintained by Juan Vanegas, a Biophysics professor and researcher at OSU.
+A fork of [Gromacs](https://www.gromacs.org), a moluecular dynamics simulation
+engine, with support for local stress and elasticity simulation. The project is
+authored and maintained by Juan Vanegas, a Biophysics professor and researcher
+at OSU.
- Focusing on:
- Porting Gromacs-LS from v2016.3 of Gromacs to v2025.4
- Adivsing team members on:
- - Implementation of automatic-differentiation into the [MDStress](https://vanegaslab.org/software) library.
+ - Implementation of automatic-differentiation into the
+ [MDStress](https://vanegaslab.org/software) library.
- Performance profiling of MDStress library, including:
- Actual CPU time and memory space
- Interpretation of compiler generated assembly
+## [verso_2](https://git.chappelle.dev/verso2/log.html)
+
+A minimal, unix-centric, and easy static site generator. It's what this site is
+built on
+
+Currently:
+
+- Working out the kinks as I create posts, add content, and expand the
+ capabilities
+- Exploring ways to integrate my [stagit](https://git.chappelle.dev) instance
+ into the site, as well as other cool bonuses
+
## Computer Architecture
-Currently taking High Performance Computer Architectures (CS 570 at OSU) as well as exploring creating a Verilog design of my own out-of-order RISC-V cpu
+Currently taking High Performance Computer Architectures (CS 570 at OSU) as well
+as exploring creating a Verilog design of my own out-of-order RISC-V cpu
- Focusing on:
- Out-of-order pipelines
@@ -47,5 +65,7 @@ Currently taking High Performance Computer Architectures (CS 570 at OSU) as well
Currently taking a class on Privacy and Surveillance (CS 577 at OSU)
- Focusing on:
- - [Privacy in Context](https://www.sup.org/books/law/privacy-context) by Helen Nissebaum
- - How changing contexts define how we feel about technologies, whether the technology is explicitly for surveillance or not
+ - [Privacy in Context](https://www.sup.org/books/law/privacy-context) by Helen
+ Nissebaum
+ - How changing contexts define how we feel about technologies, whether the
+ technology is explicitly for surveillance or not
diff --git a/content/projects.md b/content/projects.md
@@ -10,7 +10,12 @@ Here are some things I've built:
A container runtime and hypervisor for inference at the edge. Still a WIP, and
figuring out where I want to go with this.
-## [verso_2](https://git.chappelle.dev/verso2)
+## [Stamail](https://git.chappelle.dev/stamail/log.html)
+
+An easy and minimal mailing list archive viewer. Still a WIP, but feel free to
+try it out! Requires some sort of mdir/mbox files.
+
+## [verso_2](https://git.chappelle.dev/verso2/log.htm)
A minimal static site generator. It's how you're seeing this site right now!
Checkout its predecessor [Verso](https://github.com/binkersss/verso)