About This Starter
Notes on how this Eleventy starter is organized.
The homepage now lives in index.md, and shared markup lives in
_includes/layouts/base.njk. That is a common 11ty pattern and a good place to
start as your site grows.
To add a new page, create another Markdown file with front matter like
layout and title. Eleventy will turn it into a page during the build.
When you are ready, the next nice upgrade would be adding a dedicated CSS file, a blog collection, or shared data files.