this tool has been replaced by silex v3 https://v3.silex.me
I invite you to read our kickoff article here: https://www.silexlabs.org/silex-v3-kickoff/
Links
https://short.silex.me/docs https://short.silex.me/video_en https://short.silex.me/community https://short.silex.me/news_en
This is a work in progress to create a drag and drop universal template editor based on Silex open source website builder.
Right now it works with Jekyll and 11ty but nothing is documented yet
{ }
tab): write HTML+liquid and it will be inserted at publication time while still displaying the element in Silex and in preview modeIncluded adapters
Please use the mother project's Silex issues and Silex documentation
Please follow Silex Desktop installation instructions.
Create a website as you would in Silex, with one page in Silex for each page type in the final website
Select elements which you want to come from the CMS and make them "templates"
Publish the website to a folder containing a Jekyll or 11ty website, on github or on you local computer
Look for custom components and Prodotype in Silex docs.
You can add custom components to a site, in a components
folder beside the site HTML editable file.
You can add custom components to a Stastic instance, simply add them to the components
folder in this repo.
If you want to work on your local hard drive, enable the fs
service and start Silex like this:
$ npm install
$ npm run build
$ ENABLE_FS=true npm start