Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.01 KB

File metadata and controls

19 lines (14 loc) · 1.01 KB

11ty SASS LIVE DEMO

A simple starter template for blogs made with 11ty and SASS. Night mode ready 🌕

Deploy with Netlify

How you can use it

  1. Create your own new repo from this template, or clone this one
  2. Install dependencies: npm i or npm install
  3. Start development: npm run start
  4. Visit http://localhost:8080 to see your work-in-progress
  5. Do your things with Eleventy and SASS and see your changes instantly!
  6. When you’re projet is ready: npm run build
  7. Host your project on Netlify

That’s all!