verso2

A simple web framework.
git clone git://git.chappelle.dev/verso2.git
Log | Files | Refs | README | LICENSE

commit 34ac7941d3a2c67bc064c1e4ad98fd94f692f429
parent 38fe1891514257486798cf923851980a4626d55a
Author: Nathaniel Chappelle <nathaniel@chappelle.dev>
Date:   Wed,  4 Feb 2026 20:07:48 -0800

update projects page

Diffstat:
Mcontent/projects.md | 12+++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/content/projects.md b/content/projects.md @@ -7,12 +7,10 @@ Here are some things I've built: ## [Feather-Virt](https://github.com/binkersss/feather-virt) -A container runtime and hypervisor for inference at the edge. +A container runtime and hypervisor for inference at the edge. Still a WIP, and +figuring out where I want to go with this. -## [Verso](https://github.com/binkersss/verso) +## [verso_2](https://git.chappelle.dev/verso2) -A minimal static site generator written in Go. Features: - -- Markdown with frontmatter support -- Live reloading dev server -- Zero configuration needed +A minimal static site generator. It's how you're seeing this site right now! +Checkout its predecessor [Verso](https://github.com/binkersss/verso)