Update README.md

This commit is contained in:
basebuilder 2024-12-09 17:40:26 +00:00
parent 30b771fbf2
commit c81c1aa015

View File

@ -13,7 +13,7 @@ host websites for clients and NGOs.
**Why?** **Why?**
For over a decade static-sites (aka The JAM Stack) have grown in popularity. For over a decade static-sites (aka The JAM Stack) have grown in popularity.
From early generators like Jekyll to modern Hugo and Gatsby, they are used to From early generators like Jekyll to modern Hugo, Gatsby and Astro, they are used to
create rich content websites like knowledge bases, wikis, small business sites, create rich content websites like knowledge bases, wikis, small business sites,
and government portals. Developing static websites is trivial for experienced and government portals. Developing static websites is trivial for experienced
developers and relatively easy for anyone who knows HTML, CSS, and JS to developers and relatively easy for anyone who knows HTML, CSS, and JS to
@ -38,12 +38,13 @@ A rough pathway to creating *Parasol* is broken up into these categories.
## Dependencies ## Dependencies
Parasol is being built or heavily considering the following core components: Parasol is being built or heavily considering the following JAMSTACK components:
- [Abra](https://docs.coopcloud.tech/abra/) - [Decap CMS](https://decapcms.org/) or [Sveltia CMS](https://github.com/sveltia/sveltia-cms)
- [Decap CMS](https://decapcms.org/)
- [Codeberg Pages](https://codeberg.org/Codeberg/pages-server) - [Codeberg Pages](https://codeberg.org/Codeberg/pages-server)
- [Netlify: Git Gateway](https://github.com/netlify/git-gateway) - [Netlify: Git Gateway](https://github.com/netlify/git-gateway)
- [GoTrue](https://github.com/supabase/gotrue) Supabase fork of Netlify's original - [GoTrue](https://github.com/supabase/gotrue) Supabase fork of Netlify's original
- [Netlify: Open-API](https://github.com/netlify/open-api) - [Netlify: Open-API](https://github.com/netlify/open-api)
- [Capsul](https://git.coopcloud.tech/coop-cloud/abra-capsul) or [Kimchi](https://codeberg.org/offline/kimchi) (possibly) - [Capsul](https://git.coopcloud.tech/coop-cloud/abra-capsul) or [Kimchi](https://codeberg.org/offline/kimchi) (possibly)
The idea is to weave these into an application and recipe which [Abra](https://docs.coopcloud.tech/abra/) deploys to a server. Ideally this allows for more than one static-site per host.