Minimal Eleventy starter template with src/_includes structure.
src/
_includes/
partials/
header.njk
footer.njk
base.njk
assets/
styles.css
index.md
about.md
.eleventy.js
package.json
gh repo clone edoconnor/eleventy-starter my-new-project
cd my-new-project
npm install
npm startnpm install
npm start # dev server at localhost:8080
npm run build # output to /distgit remote remove origin
git remote add origin https://github.com/their-username/their-project.git
git push -u origin main