From 440ca5459f87e035f55da8d0edd093ef91c8cba1 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 6 Apr 2023 23:12:51 -0400 Subject: [PATCH] add p2c to projects --- content/projects.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/projects.md b/content/projects.md index 8001ef9..ef1beb2 100644 --- a/content/projects.md +++ b/content/projects.md @@ -41,6 +41,17 @@ major swaths of code to introduce new features. [finished]: https://gavinhoward.com/2019/11/finishing-software/ +
+ p2c (2023-04-05) (Go) +

+ Generates cover images for Hugo sites using the page's frontmatter, the + site's global config, and file's metadata. It's written in Go and generates + images using Gio, a cross-platform GUI + framework. It generates the cover images for most of the pages and posts on + this site. +

+
+
go-webring (2021-12-18) (Go)