A static site blog based of Strapi+Astro.
There are three components for this one:
- A Strapi CMS that is running on the server and holds the blog as data in sqllite.
- An nginx server that is running on the server and serves the blog content.
- An astro repository that is used to build the blog by fetching the data at build time from strapi. The GitHub CI will run the build and push the generated files to the server. Astro itself will NOT run on the server, but only in the CI.