jeromecoupe / sample-11ty-blog

Sample 11ty blog for workshops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Sample 11ty blog for workshops


Languages

Language:SCSS 57.9%Language:Nunjucks 27.2%Language:JavaScript 14.9%