Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 574 Bytes

evan.pavlica.us

This is the source for the current version of my personal website, https://evan.pavlica.us. It uses Parcel for both development and building a deployment package.

Development

Dependencies:

  • NodeJS 10+

After running npm install, npx parcel serve source/index.pug will start a development server.

Build

Running npx parcel build source/index.pug will build a production-ready site into the dist directory.

Deployment

Run make to build a container image and push it to Github's package repo.