Dear @silex can I integrate #SILEX with my 11ty sites? and 2 can I deploy to shared hosting via ftp/sftp using say github or gitlab actions?

@adjb @silex

Silex generates 11ty layouts but you need to create them from within silex
As for the content, Silex needs to know about the data structure (so that you can link html elements to specific data) and for that you need a graphql api. You can use directly most CMSs or you can create a #graphql api from markdown files with #tinacms or other tools
Finally you can just have any eleventy config file and tweak the gitlab pipeline to deploy to anywhere with rsync or ftp or any cli tool

@adjb @silex
So for example I love to use @cloudcannon 's tools with silex, pagefind, pagebreak... https://cloudcannon.com/open-source/
Open Source

CloudCannon actively supports open-source software by creating and maintaining tools for static site generation, and by sponsoring several open-source projects and developers.

CloudCannon