Skip to content

anyblades/subtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

permalink /
eleventyNavigation
key order
Home
1

🥷 Subtle

Image Image Image Image

The most subtle Eleventy v4 micro-starter for content-first sites.
Powered by Eleventy Blades


Feel the difference

By [literally] hiding inside .11ty subfolder, it declutters the project root for your content:

subtle vs. eleventy-base-blog
├── .11ty/
├── blog/
├── media/
├── LICENSE.md
├── README.md
└── netlify.toml
├── .github/
├── _config/
├── _data/
├── _includes/
├── content/
├── css/
├── public/
├── .editorconfig
├── .gitattributes
├── .gitignore
├── .nojekyll
├── .nvmrc
├── LICENSE
├── README.md
├── eleventy.config.js
├── netlify.toml
├── package-lock.json
├── package.json
└── vercel.json
<style> .borderless { th { padding-block-end: 0 } pre { padding-block: 0; padding-inline-start: 0; margin: 0 } } </style>

Local development

cd .11ty/
npm install    # dependencies
npm start      # development
npm run stage  # serve production version locally
               # ready to deploy! 🚀

Featured by

https://11tybundle.dev/starters/, https://11ty.blades.ninja/starters/, https://www.11ty.dev/docs/starter/, awesome-11ty