Puppies and Portfolios explores:
avascript
arkdown
PIs
You can still have a JAMstack site and skip and (or all) of the layers: JavaScript, APIs, and Markdown.
Doesn't depend on a web server
Sites can be disqualified if they....
Fast and secure sites and apps delivered by pre-rendering files and serving them directly from a CDN, removing the requirement to manage or run web servers.
Decouples the front end visual build from the content.
You get two categories to pick from:
+ Supports multiple apps & sites pulling from a single source of truth data source.
? Fully separates content from the design
- Not version controlled in git
+ Full version control
+ Content lives as text files in the project. No context switching for developers
+ Easy to roll back
? Everything in one place
- Doesn't work as a source of truth for multiple applications / sites
- Can be overwhelming if too much content
TinaCMS
go to: headlessCMS.org for more info and to find available options
Generates all the pages of a website at build time when there's actually changes to the site.
Your choice here is basically what language do you want to work with
go to: staticgen.com for more info and to find available options