Web-based resume page. With a heavily over-engineering build pipeline Page is built using TailwindCSS, Pug.
Page content is separated from layout in src/content.yaml
, data gets loaded and rendered on build.
npm run dev
Live server with hot reload will start on port 3000.
npm run build
npm run deploy