From b8914540c6459c883a53ecc1f093ecb86f65cc32 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 26 Jun 2023 09:32:20 -0400 Subject: [PATCH] Fix drafts, update changelog --- content/blog/figure5/index.md | 2 +- content/blog/level-csg/index.md | 2 +- data/recent-changes.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/blog/figure5/index.md b/content/blog/figure5/index.md index 3993b3b..df4943f 100644 --- a/content/blog/figure5/index.md +++ b/content/blog/figure5/index.md @@ -1,7 +1,7 @@ --- title: "Figure Review: Lyndis (Intelligent Systems)" date: 2023-06-25 -draft: false +draft: true tags: - Figures - Review diff --git a/content/blog/level-csg/index.md b/content/blog/level-csg/index.md index 169ee22..6ce3162 100644 --- a/content/blog/level-csg/index.md +++ b/content/blog/level-csg/index.md @@ -1,7 +1,7 @@ --- title: "Graphics Dump: Easy level building with tiny_csg" date: 2023-06-26 -draft: true +draft: false summary: "Have you ever played Half-Life 2 and infatuated with it's odd, cubic level design like I am? Well, you can use it at home!" tags: - C++ diff --git a/data/recent-changes.json b/data/recent-changes.json index 3c50086..aa13eb7 100644 --- a/data/recent-changes.json +++ b/data/recent-changes.json @@ -1,5 +1,6 @@ { "changes": [ + "2023-06-26: Added a new blog post, improved tags/categories and added them to Blog & Software!", "2023-06-12: Added a changelog, updated some of the pages stylings. Hello!" ] }