Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 575 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 575 Bytes

Sample 11ty blog

Sample Eleventy (11ty) blog as example for workshops.

Using NPM Scripts and esbuild.

You can preview the site on Netlify

Installation

  • fork repository
  • check that Node and NPM are installed by typing node --version in your terminal
  • run npm install
  • run npm run build to build the site
  • run npm run watch to spin up Browsersync and view the site locally at http://localhost:3000/