From c9ff8d5d7f0caf7422891263c9294b531dba6950 Mon Sep 17 00:00:00 2001
From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com>
Date: Sun, 21 Apr 2024 16:37:35 +0200
Subject: [PATCH] add: readme file
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e59f610
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+This repo contains the source code for my blog and personal website: [patate.dev](www.patate.dev)
+
+# Generate an article
+The articles are generated using [a python script](python_script/generate_article.py) and a markup language that i made up (you can find an example [here](python_script/template).