From 1aa590622567ac85e6b784a765388c0b1d17d4b4 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 9 Nov 2022 23:44:41 +1300 Subject: Updated programming-related tags slightly --- project/context/articles.json | 8 ++++---- project/context/tags.json | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/project/context/articles.json b/project/context/articles.json index 50611ab..e08c95c 100644 --- a/project/context/articles.json +++ b/project/context/articles.json @@ -15,7 +15,7 @@ { "title": "Flashcard Deck Converter", "anchor": "/deckconv.xhtml", - "taglist": ["application", "programming"], + "taglist": ["programming", "utility"], "postdate": "11/11/2021" }, { @@ -45,7 +45,7 @@ { "title": "Sokoban Clone", "anchor": "/sokoban.xhtml", - "taglist": ["programming", "videogames"], + "taglist": ["application", "programming", "videogames"], "postdate": "8/8/2017" }, { @@ -77,13 +77,13 @@ { "title": "Grasp Interpreter", "anchor": "/grasp.xhtml", - "taglist": ["esoteric", "programming"], + "taglist": ["application", "esoteric", "programming"], "postdate": "1/1/2017" }, { "title": "Thue Version 2a", "anchor": "/thue2a.xhtml", - "taglist": ["esoteric", "programming"], + "taglist": ["application", "esoteric", "programming"], "postdate": "1/1/2017" } ] diff --git a/project/context/tags.json b/project/context/tags.json index 25192f3..8910e07 100644 --- a/project/context/tags.json +++ b/project/context/tags.json @@ -12,6 +12,7 @@ "politics", "programming", "transport", + "utility", "videogames" ] -- cgit