StaticGenPres

JAMming Out With Static Site Generators

Stars
1

JAMming Out With Static Site Generators

By Zeke & Kyle

Available at https://static-gen-presentation.netlify.com/

Built With

11ty typed.js reveal.js reveal-md

Project Setup

  • Install Node.js & NPM

  • Run npm install in the project directory to install local dependencies

  • Install eleventy globally

    npm i @11ty/eleventy -g
    
  • Run npm run serve to run a local dev environment

  • Access dev copy of the site at localhost:8080

NPM Scripts

npm run build             # runs `npx eleventy` to build the site
npm run serve             # builds site + serves `_site` directory
Badges
Extracted from project README
Netlify Status
Related Projects