From 91e884a73950c6feb2b0e6a97b4b0a3eb4a0543e Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Sun, 7 Jul 2024 12:51:25 +0100
Subject: [PATCH] Add more content

---
 templates/projects/000-caesarcipher.json | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 templates/projects/000-caesarcipher.json

diff --git a/templates/projects/000-caesarcipher.json b/templates/projects/000-caesarcipher.json
new file mode 100644
index 0000000..12ac84c
--- /dev/null
+++ b/templates/projects/000-caesarcipher.json
@@ -0,0 +1,19 @@
+
+{
+    "name": "CaesarBreaker",
+    "image": "img/project/placeholder.png",
+    "description": "Code to bruteforce caesar cipher texts.",
+    "badges": [
+        {
+            "text": "Finished",
+            "classes": "text-bg-success"
+        }
+    ],
+    "buttons": [
+        {
+            "text": "Source Code",
+            "url": "https://github.com/TheJoeCoder/CaesarBreaker",
+            "classes": "btn-secondary"
+        }
+    ]
+}
\ No newline at end of file
-- 
GitLab