Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 646 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 646 Bytes

shivjm-name

Netlify Status

A tiny page built with 11ty. (See it in action.)

Install dependencies: npm install
Run development server: npm start
Build for production (placing output under _site): npx eleventy

Note: Because the CSS is embedded in the HTML, to see the effects of changing styles while running the development server, you must force index.pug to be re-processed, e.g. by forcing a save.