Daniel CV (PDF and HTML) based on Curriculum Vitae Template project: http://sneas.github.io/cv-template.
- Create a new repo out of this template by clicking this link.
- Clone the newly created repo.
- Install project dependencies with
npm install
. - Run
npm run deploy
to initializegh-pages
. This is a one time action. Further deployments will be initiated by GitHub Actions on every push tomain
.
- Start local development server with
npm start
. - Update contents of
src
folder to fit your needs. This item is explained below. - Commit and push your changes.
- GitHub Actions will automatically build the latest version and deploy it to GitHub Pages.
- Open
http://your-username.github.io/your-cv-repo
.
The project uses HandlebarsJS as a template engine.
The main HTML template is located in src/templates/index.html. Metadata for the template could be found in src/metadata/metadata.js.