Skip to content
/ cv Public
forked from sneas/cv-template

Daniel Arruda Santos Anjos CV (resume) on GitHub

Notifications You must be signed in to change notification settings

dasanjos/cv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daniel Anjos - Curriculum Vitae

Daniel CV (PDF and HTML) based on Curriculum Vitae Template project: http://sneas.github.io/cv-template.

http://dasanjos.github.io/cv.

Installation

  1. Create a new repo out of this template by clicking this link.
  2. Clone the newly created repo.
  3. Install project dependencies with npm install.
  4. Run npm run deploy to initialize gh-pages. This is a one time action. Further deployments will be initiated by GitHub Actions on every push to main.

Usage

  1. Start local development server with npm start.
  2. Update contents of src folder to fit your needs. This item is explained below.
  3. Commit and push your changes.
  4. GitHub Actions will automatically build the latest version and deploy it to GitHub Pages.
  5. Open http://your-username.github.io/your-cv-repo.

Update contents

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.

About

Daniel Arruda Santos Anjos CV (resume) on GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.3%
  • HTML 31.4%
  • CSS 19.3%