{"id":13624124,"url":"https://github.com/sneas/cv-template","last_synced_at":"2025-09-12T05:39:13.870Z","repository":{"id":40295192,"uuid":"110281245","full_name":"sneas/cv-template","owner":"sneas","description":"Manage your CV as a web app (HTML, JS, CSS). Automatically generate HTML and PDF versions and deploy them on GitHub Pages on every push.","archived":false,"fork":false,"pushed_at":"2025-01-29T17:01:57.000Z","size":1274,"stargazers_count":144,"open_issues_count":2,"forks_count":48,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-28T15:08:30.878Z","etag":null,"topics":["curriculum-vitae","curriculum-vitae-template","cv","cv-template","gh-pages","github-page","html","pdf","pdf-versions","resume","resume-template","template"],"latest_commit_sha":null,"homepage":"http://sneas.github.io/cv-template","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sneas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-10T18:47:32.000Z","updated_at":"2025-02-20T12:41:44.000Z","dependencies_parsed_at":"2023-01-22T22:45:43.733Z","dependency_job_id":"1ded2f98-5144-428a-af88-aad7ee2ba305","html_url":"https://github.com/sneas/cv-template","commit_stats":{"total_commits":57,"total_committers":4,"mean_commits":14.25,"dds":"0.22807017543859653","last_synced_commit":"a418990493dab817ec299757d9d8d0362e1d2b6a"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneas%2Fcv-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneas%2Fcv-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneas%2Fcv-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneas%2Fcv-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sneas","download_url":"https://codeload.github.com/sneas/cv-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208151,"owners_count":20901570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["curriculum-vitae","curriculum-vitae-template","cv","cv-template","gh-pages","github-page","html","pdf","pdf-versions","resume","resume-template","template"],"created_at":"2024-08-01T21:01:39.052Z","updated_at":"2025-04-04T16:15:15.135Z","avatar_url":"https://github.com/sneas.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# The Curriculum Vitae Template\n\nYou are a fantastic developer. Keep your CV on GitHub, exploiting Node.js GitHub action. Host it on GitHub Pages. Have both HTML and PDF versions automatically generated and consistent.\n\n\u003cimg src=\"https://raw.githubusercontent.com/dheereshagrwal/colored-icons/f926a9cacef437021842aa53029d1b73fb03de15/svg/nodejs.svg\" alt=\"nodejs Logo\" width=\"40\" height=\"40\" /\u003e \u0026nbsp; \u0026nbsp;\n\u003cimg src=\"https://raw.githubusercontent.com/dheereshagrwal/colored-icons/f926a9cacef437021842aa53029d1b73fb03de15/svg/npm.svg\" alt=\"npm Logo\" width=\"40\" height=\"40\" /\u003e \u0026nbsp; \u0026nbsp;\n\u003cimg src=\"https://raw.githubusercontent.com/dheereshagrwal/colored-icons/f926a9cacef437021842aa53029d1b73fb03de15/svg/html.svg\" alt=\"html Logo\" width=\"40\" height=\"40\" /\u003e \u0026nbsp; \u0026nbsp;\n\u003cimg src=\"https://raw.githubusercontent.com/dheereshagrwal/colored-icons/f926a9cacef437021842aa53029d1b73fb03de15/svg/css.svg\" alt=\"css Logo\" width=\"40\" height=\"40\" /\u003e \u0026nbsp; \u0026nbsp;\n\u003cimg src=\"https://raw.githubusercontent.com/dheereshagrwal/colored-icons/f926a9cacef437021842aa53029d1b73fb03de15/svg/js.svg\" alt=\"js Logo\" width=\"40\" height=\"40\" /\u003e \n\n## What does this project do?\n\n* Helps you to manage your CV as a web app (HTML + CSS + JS).\n* Automatically generates and publishes HTML and PDF version on every push to `main`.\n\nDemo: [http://sneas.github.io/cv-template](http://sneas.github.io/cv-template).\n\nReal world example: [http://sneas.github.io/cv](http://sneas.github.io/cv).\n\n## Motivation\n\nGitHub Pages is probably the best place developer could store their CV. Giving a potential employer a link to your CV stored on GitHub shows your intense desire for automation and stands you out.\n\nThe idea behind **The Curriculum Vitae Template** is to provide anyone with a quick solution for creating and managing CVs (both HTML and PDF versions) with the help of GitHub.\n\n## Installation\n\n1. Create a new repo out of this template by clicking [this link](https://github.com/sneas/cv-template/generate).\n1. Clone the newly created repo.\n1. Install project dependencies with `npm install`.\n1. 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`.\n\n## Usage\n\n1. Start local development server with `npm start`.\n1. Update contents of `src` folder to fit your needs. This item is explained [below](#update-contents).\n1. Commit and push your changes.\n1. GitHub Actions will automatically build the latest version and deploy it to GitHub Pages.\n1. Open `http://your-username.github.io/your-cv-repo`.\n\n### Update contents\n\nThe project uses [HandlebarsJS](https://github.com/wycats/handlebars.js/) as a template engine.\n\nThe main HTML template is located in [src/templates/index.html](src/templates/index.html). Metadata for the template could be found in [src/metadata/metadata.js](src/metadata/metadata.js).\n\nDon't forget to update [src/assets/favicon.ico](src/assets/favicon.ico). You can generate a new favicon out of your photo with [icoconvert.com](http://icoconvert.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsneas%2Fcv-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsneas%2Fcv-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsneas%2Fcv-template/lists"}