# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 7
# self = https://watcher.sour.is/conv/xnryd6q
@nmke-de Yes 😅 You should check out my static site generator called zs - It powers sites like:

- https://yarn.social
- https://salty.im
- https://prologic.shortcircuit.net.au
- _and a few others..._

I do need to update its README though a bit and make things a bit clearer/tidier 😅
@nmke-de Yes 😅 You should check out my static site generator called zs - It powers sites like:

- https://yarn.social
- https://salty.im
- https://prologic.shortcircuit.net.au
- _and a few others..._

I do need to update its README though a bit and make things a bit clearer/tidier 😅
I would also be remiss not also telling you about: mkws - A simple static site generator created by @adi 😅
I would also be remiss not also telling you about: mkws - A simple static site generator created by @adi 😅
@nmke-de I use jekyll for my site at https://bucci.onl
@nmke-de Yes I did. I used pelican, bashblog, mynt (a lot in the past als contributed to the project), and some other ones. I also wrote my own way back with php.
@prologic Checked out zs just now pretty neat!

From the examples I saw it even support some templating for go with amber and gcss, it didn't mention them in the readme though.

I think I'll try it on my next static project.