From 9ffda9c70a11e7eb8f80304dba7ceb272e56779c Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Tue, 25 Jul 2023 10:34:37 -0700 Subject: [PATCH] Add Cauldron to the projects list --- src/_data/projects.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/_data/projects.json b/src/_data/projects.json index 37f0400..c16f898 100644 --- a/src/_data/projects.json +++ b/src/_data/projects.json @@ -1,4 +1,14 @@ [ + { + "name": "Cauldron", + "description": "A MacOS application for writing C# scripts", + "links": [ + { + "title": "Source Code", + "url": "https://github.com/NeilBrommer/Cauldron" + } + ] + }, { "name": "Start", "description": "A new tab page that displays lists of links using the browser’s indexedDB to store all data",