From b3177ce282e15dab29f5fefb9ff787583db512f5 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 16 Mar 2024 03:38:22 +0000 Subject: fixed the tags names that appear for articles, the names are proper now --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b86dd61..4dd68e2 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,11 @@ It's the source code for my blog.
You find the live instance [here](https://blog.terminaldweller.com)
You also can use the RSS feed to get notified of when there are new posts.
+ +## How it works + +The blog post data is being kept in a mongodb instance so if we need anything we get it from there.
+The process of adding posts is manual.
+The blog has RSS functionality.
+You can list all posts that have the same tag.
+Our paths are static, we ask express to do the caching instead of something more explicit.
-- cgit v1.2.3