From bb62ccf25f6bb8a1fcb7e3dedb5e8d0d8d228cab Mon Sep 17 00:00:00 2001 From: DeaDvey Date: Wed, 23 Jul 2025 02:54:24 +0100 Subject: [PATCH] Readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f113d51..7543a23 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -This is a blogging site written in nodejs, all pages are served directly by the nodejs backend.
-And all data is stored in plaintext
-Please don't use this yet, it's not finished
+This software aims to provide a lot of power to the web admin who is running the blog site.
+Customisation is unlimited with a bit of knowledge of EJS and CSS, you can edit the entire formatting of the pages, making the site truly yours!
+This software also aims to be compatible with text based browsers and as a result contains no client side Javascript, if you're looking for a more
+beautiful and featureful blogging frontend, this isn't for you.
+ +> [!CAUTION] +> This software is not finished yet, so it's very buggy and probably really insecure +> use at your own risk! See the software in action: [deadvey.com](https://deadvey.com)
+ # Confiuration Read the [configuation guide](docs/CONFIG.md) for configuration help (in config.json)