From 9cc5a8cc79b02745d8d201ae414ff49daa8be987 Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Tue, 30 Jul 2024 00:19:45 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c0696cf..5e68659 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,4 @@
 # Personal Website
-This is my personal website, written in HTML, CSS, and JS. Using JS native canvas for the background. 
\ No newline at end of file
+This is my personal website, written in HTML, CSS, and JS. Using JS native canvas for the background.
+
+Custom JSON file-based projects display which is run through a Python script via GitLab Pages to generate the static html - using Jinja2 tempating engine.
-- 
GitLab