Starter template for Eleventy with DecapCMS, using AlpineJS, Tailwind and Flowbite and hosted at Netlify.
Developed by @minimo-io based on the outdated Neat-Starter by @surjithctly.
Many things where modified from the original starter. Among them I moved from NetlifyCMS (deprecated) to DecapCMS. Updated 11ty libraries and added the Flowbite components library to the boilerplate.
https://eleventy-cms-flowbite-starter.netlify.app/
- Decap CMS (Former NetlifyCMS)
- Eleventy
- Alpine.js
- Tailwind CSS
- Flowbite (Tailwind components library)
- Remove NetlifyCMS scripts and add DecapCMS.
- Add a different package for minification, maybe minify-html instead of the unmaintained html-minifier (commented)
git clone https://github.com/minimo-io/eleventy-cms-flowbite-starter.git
cd eleventy-cms-flowbite-starter
npm install
This step is only required the very first time.
npm run build
npm run dev
Nicolas Erramuspe ( @minimo-io ) Surjith S M ( @surjithctly ) (original starter)