11ty Netlify Jumpstart

screenshot of 11ty Netlify Jumpstart
eleventy

11ty Netlify Jumpstart

Quickly launch an 11ty-generated static site. Includes a minimal Sass framework, generated sitemap, and RSS feed.

Overview:

11ty Netlify Jumpstart is a project created by Stephanie Eckles that provides a ready-to-use template for building static websites using the 11ty static site generator and hosting them on Netlify. It offers a range of features and allows for easy customization.

Features:

  • Quick Start: Generate a new repo from the template to quickly start working on your own website.
  • Installation: Run npm install to install 11ty and dependencies, and use npm start to run 11ty in watch mode.
  • Customization: Adjust meta values in src/_data/meta.js and edit src/index.njk to change the home page. Customize the styling using the included minimal Sass framework.
  • Included Features: Check out the About page for detailed information on the features included in this starter template.
  • Documentation: Refer to the 11ty documentation for guidance on applying customizations and exploring available template languages.
eleventy
Eleventy

11ty is a static site generator that allows developers to build fast, modern websites using HTML, Markdown, and other templating languages, without the need for a complex build system.