Starter.eleventy

screenshot of Starter.eleventy

Starter template for eleventy with nunjucks, sass and postcss

Overview

This product is a starter template for Eleventy (11ty) projects. It is preconfigured with various plugins and tools to assist in development. The template focuses on minimal styling and is intended as a starting point for new projects.

Features

  • EleventyNavigation plugin: Allows for easy navigation generation in Eleventy projects.
  • RSS plugin: Generates an RSS feed for the project.
  • Render plugin: Helps with rendering content in Eleventy.
  • HTML Base plugin: Provides a base HTML template for the project.
  • SASS: Preconfigured for styling, though kept minimal intentionally.
  • PostCSS: A tool for transforming CSS, including features like hashing and autoprefixer.
  • Prettier: Automatically formats HTML code during local builds.
  • HTML Minifier: Minifies HTML code during production builds.

Summary

This starter template for Eleventy provides a preconfigured setup for new projects, including various plugins and tools to assist with development. It emphasizes minimal styling and provides guidance on how to install and use the template effectively.