Post #2515939
2026-04-07 10:52 UTC
So, my squirrely brain has been working on yet another static site generator that I call Lowtide (because that's when everyone can come to the sea and have an awesome time together).
It started as means to repost some interesting gym videos for my gym folks who don't have social media, and evolved into a content creation toolkit that is managed from an app on your device, not online.
It is messy, poorly written, themable, friendly, and has a plugin system...
1/( thread, shut up hash: #lowtide )
Replies (1)
-
@rebeccafinn@topspicy.social 2026-04-07 10:57
The user defines a content type (schema) with fields they will want on their publication. A template is then generated using nunjucks, following some basic rules. As is, the user can just create this and the system will give them forms to start creating content. All is saved to JSON files rather than other DB systems with the option to add support for them later as plugins. 2/(thread, shut up hash: #lowtide )