From 4b0c3cbd6f6446966891a15b82195b03cf8c9007 Mon Sep 17 00:00:00 2001 From: Damien Dart Date: Sat, 9 Nov 2024 22:26:00 +0000 Subject: [PATCH] Update the Projects page. --- src/ssg/input/crap/index.html.twig | 2 +- src/ssg/input/projects/index.html.twig | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ssg/input/crap/index.html.twig b/src/ssg/input/crap/index.html.twig index 08aa02e..5a1a7e0 100644 --- a/src/ssg/input/crap/index.html.twig +++ b/src/ssg/input/crap/index.html.twig @@ -11,7 +11,7 @@ title: 'The Folder of Crap' {% block content %}

This is the home of random things that I want to publish that don't warrant their own separate pages.

-

Colouring pages

+

Colouring pages

During a lengthy period of staying at home, I started drawing some colouring pages with the idea of turning it into a regularly-updated diff --git a/src/ssg/input/projects/index.html.twig b/src/ssg/input/projects/index.html.twig index 51b4101..67f49f5 100644 --- a/src/ssg/input/projects/index.html.twig +++ b/src/ssg/input/projects/index.html.twig @@ -62,6 +62,10 @@ title: 'Projects' 'description': 'Written in Haxe, Bastard Snake set out to be a Snake clone that didn’t like you getting many points, but only got as far as making collecting points slightly inconvenient.', 'url': 'https://github.com/damiendart/bastardsnake', }, + 'Colouring pages': { + 'description': 'During the COVID-19 pandemic, I started drawing some free-to-download colouring pages with the idea of turning it into a regularly-updated thing. I lost interest after five pages.', + 'url': 'https://www.robotinaponcho.net/crap/#colouring-pages', + }, 'knr-solutions': { 'description': 'My incomplete set of solutions to the exercises in The C Programming Language (Second Edition).', 'url': 'https://github.com/damiendart/knr-solutions', @@ -107,8 +111,6 @@ title: 'Projects' {% endfor %} -

See also The Folder of Crap.

-

Abandoned and deprecated projects

{% for title, project in inactiveProjects %}