Build Awesome
Content-First

Best content-first micro-starter powered by Build Awesome Kit and Blades CSS — perfect for blogs, docs, landing pages, or anything content-driven.


Feel the difference

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

buildawesome-content-first

vs.

eleventy-base-blog

├── .build/
├── 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

Local development

As simple as:

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