This is the repo for the https://fluck.site website.
Note
The original repo is hosted at https://codeberg.org/fluck/website. The GitHub repo is just a mirror.
This project is built with Lucky Framework, a web framework for the Crystal Language. It's a database-less Lucky app, and blog posts are static markdown files in the repo. Essentially it's like a static site, but it's compiled into a single binary, and it runs as a dynamic website.
- Run
crystal script/setup.cr - Run
lucky devto start the app