Sendit is a polished, marketing website template for Eleventy. Browse through a live demo.
- Pre-built pages
- Pre-styled components
- Blog with pagination and category pages
- Configurable navigation and footer
- Multiple hero options
- Configurable theme colors
- Optimised for editing in CloudCannon
Get a workflow going to see your site's output (with CloudCannon or locally).
- Run
npm i
to install the modules. - Run
npm run start
to run the project. this will create a _site folder, where all the developed file will remain.
By default the site will be at http://localhost:8080
Sendit is set up for adding, updating and removing pages, components, posts, navigation and footer elements in CloudCannon.
- Reused around the site to save multiple editing locations.
- Set in the Data section with respective names
- Favicon and site SEO details are set in the Data / Site section
- SEO details can also be set in pages for page specific details
- Theme colors can be set in Data / Theme
- The main colors are set and variants of them are computed
- The colors will update on the next build