{"id":16232198,"url":"https://github.com/mathieudutour/jsonresume-theme-github","last_synced_at":"2025-06-20T10:10:36.092Z","repository":{"id":42689955,"uuid":"251572761","full_name":"mathieudutour/jsonresume-theme-github","owner":"mathieudutour","description":"A theme for JSON Resume based on Primer","archived":false,"fork":false,"pushed_at":"2023-05-24T01:21:06.000Z","size":265,"stargazers_count":16,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-24T15:46:18.173Z","etag":null,"topics":["github","jsonresume","jsonresume-theme","primer"],"latest_commit_sha":null,"homepage":"https://mathieudutour.github.io/jsonresume-theme-github","language":"Handlebars","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/mathieudutour.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":"2020-03-31T10:38:26.000Z","updated_at":"2025-02-14T15:47:09.000Z","dependencies_parsed_at":"2024-10-27T20:36:54.282Z","dependency_job_id":"488f4a8d-f95c-4c37-be55-f50879dc77a5","html_url":"https://github.com/mathieudutour/jsonresume-theme-github","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":0.4545454545454546,"last_synced_commit":"211d5154197f97801e324b001d6d27126e2ebbc9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathieudutour/jsonresume-theme-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fjsonresume-theme-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fjsonresume-theme-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fjsonresume-theme-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fjsonresume-theme-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathieudutour","download_url":"https://codeload.github.com/mathieudutour/jsonresume-theme-github/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fjsonresume-theme-github/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260924535,"owners_count":23083524,"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":["github","jsonresume","jsonresume-theme","primer"],"created_at":"2024-10-10T13:08:22.976Z","updated_at":"2025-06-20T10:10:31.071Z","avatar_url":"https://github.com/mathieudutour.png","language":"Handlebars","readme":"## JSON Resume Theme Github\n\nA JSON Resume theme looking like a GitHub profile.\n\n_Inspired by [@nataliemarleny](https://twitter.com/nataliemarleny). Built using [Primer](https://primer.style/css)._\n\n## Preview\n\nThe theme can be previewed at [https://mathieudutour.github.io/jsonresume-theme-github](https://mathieudutour.github.io/jsonresume-theme-github).\n\n## Getting Started\n\nCheckout [https://jsonresume.org/getting-started/](https://jsonresume.org/getting-started/).\n\nThere are some addition to the JSON Resume schema in order to control the \"pinned\" stuff.\nYou can add `\"pinned\": true` to any `work`, `volunteer`, `award`, `publications`, `education`, or `projects`.\n\n### Automatically publish your resume\n\nCreate a new repository with 2 files:\n\n- `resume.json`: your JSON resume.\n- `.github/workflows/publish_resume.yml`:\n\n  ```yaml\n  name: \"Publish Resume\"\n  on:\n    push:\n      branches:\n        - master\n\n  jobs:\n    publish_resume:\n      runs-on: ubuntu-latest\n      steps:\n        - uses: actions/checkout@v1\n        - uses: actions/setup-node@v1\n\n        - name: Install the dependencies\n          run: npm install resume-cli jsonresume-theme-github\n\n        - name: Build the resume\n          run: ./node_modules/.bin/resume export public/index.html --theme github\n\n        - name: Deploy\n          uses: peaceiris/actions-gh-pages@v3\n          with:\n            github_token: ${{ secrets.GITHUB_TOKEN }}\n            publish_dir: ./public\n  ```\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieudutour%2Fjsonresume-theme-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieudutour%2Fjsonresume-theme-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieudutour%2Fjsonresume-theme-github/lists"}