The website for the JS Unconf 2019. It is developed with Metalsmith.
Clone the repo, install the npm modules.
npm installStart the preview server:
npm startTo build the static site run:
npm run buildThe site will be served from the ./dist folder via Netlify.