Portfolio static website
- Latest Node (v18.6.0)
- Latest NPM (v8.13.2)
- Static site generator Eleventy
- Eleventy SVG sprite
- Simple WEBP converter
Run Project
npm install
npm start
(delete package-lock.json if you run into issues running the project for the first time)
Convert images to webp format
cd src/assets/images
npm run webp
Styles
SCSS file architecture based on Inverted Triangle CSS.
Naming
BEM — Block Element Modifier naming convention.