Portfolio site for Noriyuki Shimizu (Craft, Graphic, Typeface, Front-end Engineer)
- Eleventy (11ty) - Static site generator
- Pug - Template engine
- Sass - CSS preprocessor
- Puppeteer - OG image generation
npm installnpm run devThis starts:
- 11ty dev server (file watching + auto reload)
- Sass compilation (style.css)
- OG Sass compilation (og.css)
npm run buildStatic files are generated in the _site directory.
npm run ogUses Puppeteer to generate OG images for each work.
npm run serveServes the built _site directory on a local server.