From 0a9864373a91886a7bff4af2357c4b8e876cd59e Mon Sep 17 00:00:00 2001 From: haskal Date: Thu, 23 Jul 2020 01:07:55 -0400 Subject: [PATCH] add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..108c60b --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# blog2 + +## ok haskal seriously what the heck is this + +this is an attempt at a minimal mostly-static activitypub compatible blog server in racket. it will +eventually be able to put up a basic blog with markdown posts on the fediverse (+ RSS/Atom feeds and +stuff). the goal is for everything to be as customizable and accessible as possible. the system +consists of a generator component that generates html and activitypub objects out of the blog source by +incremental compilation, nginx to serve the static contents, and a small racket backend component to +handle incoming POSTs such as comments, likes, and follow requests