Documentation — Table of Contents
Documentation
Overview
Eleventy Baseline is an experimental, optional toolkit for Eleventy. It bundles the pieces you tend to wire on every project—assets, head/meta, images, debugging, and sitemap—without turning into a framework.
Work in progress: APIs and defaults may shift as this project evolves.
Who it’s for
- You already use Eleventy and want common niceties prewired but stay in control.
- You’re curious about Eleventy but prefer vanilla, with a few conveniences.
- You like the idea of a minimal “starter core” rather than a theme.
Quick start
- Quickstart (checklist): Docs Quickstart
- Build from scratch: Build a Simple Baseline Site
- Add to an existing site: Integrate Baseline with Eleventy Base Blog
- Set correct URLs: Deployment URL Checks
Tutorials (learn)
How-To’s (recipes)
Modules (references)
Status & reminders
- Experimental; APIs may shift. Package:
@apleasantview/eleventy-plugin-baseline(npm). - Set
site.urlvia env for correct canonicals/sitemap; usepathPrefixif deploying under a subpath.
Next: Quickstart