cv

CV

My personal CV hosted on GitHub Pages, with auto-generated HTML and PDF versions on every push to main.

Live: https://mylonas.github.io/cv

Setup

npm install
npm start        # local dev server at http://localhost:8080

Customise

Edit src/metadata/metadata.js to update your details:

The HTML template is at src/templates/index.html (Handlebars).

Deploy

Push to main — GitHub Actions builds and deploys to GitHub Pages automatically.

For a first-time deploy run:

npm run deploy