You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
private | 2 years ago | |
racket-sass@d45e54a24f | 2 years ago | |
scripts | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
NOTES.md | 2 years ago | |
README.md | 2 years ago | |
awoo.jsonld | 2 years ago | |
backend | 2 years ago |
README.md
blog2 (tentative actual name: chomp)
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