Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 586 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 586 Bytes

Getting Started

  • npm i to grab dependencies
  • npm run dev to fire up dev server
  • npm run build to build static site

Templating

11ty

This project uses 11ty for templating and static generation. All templating takes place inside the src directory.

Refer to the 11ty docs for more information on how to customize 11ty to your liking, it is an incredibly powerful tool!

Assets

All static assets, like images and fonts, should be placed in public, as it is copied as-is into the dist directory.