idk honestly
Go to file
xenia 07f58520da basic fixes 2020-09-09 14:55:09 -04:00
private basic fixes 2020-09-09 14:55:09 -04:00
racket-sass@d45e54a24f create compile script 2020-04-27 19:15:59 -04:00
scripts add comments, create post template 2020-07-23 01:02:00 -04:00
.gitignore Initial setup 2020-04-26 20:13:10 -04:00
.gitmodules move sass to gitlain 2020-04-27 19:18:17 -04:00
NOTES.md basic fixes 2020-09-09 14:55:09 -04:00
README.md readme 2020-07-23 01:08:28 -04:00
awoo.jsonld awoo 2020-05-04 22:43:17 -04:00
backend Initial setup 2020-04-26 20:13:10 -04:00

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