Extremely minimal Eleventy starter to kickstart a simple multi-page site / a nearly opinionless foundation to continue building on.
The Smol Eleventy Starter is a minimal Eleventy starter template designed for creating simple multi-page websites. It provides a foundation for building upon, with minimal opinions about design or functionality.
To install the Smol Eleventy Starter template, follow these steps:
npm install
to install the required dependencies, including Eleventy.npm start
. This will create a local server with hot-reload functionality via BrowserSync.npm run build
.src/_data/meta.js
file and adjust the values to match the details of your website.index.md
file to change the home page content. Create additional pages within the src/pages
directory using your preferred templating format.The Smol Eleventy Starter template provides a minimalist and versatile starting point for creating simple multi-page websites with Eleventy. It offers customizable data, hot-reload functionality, and support for various templating formats, allowing for easy customization and expansion.