{"id":24976063,"url":"https://github.com/anthonyjdella/customized-jsonresume-theme-github","last_synced_at":"2026-04-30T00:02:59.337Z","repository":{"id":40265015,"uuid":"416537287","full_name":"anthonyjdella/customized-jsonresume-theme-github","owner":"anthonyjdella","description":"🍴I tweaked the 'GitHub' theme for JSON Resume.","archived":false,"fork":false,"pushed_at":"2023-03-06T13:22:09.000Z","size":1404,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T21:19:19.966Z","etag":null,"topics":["json","resume"],"latest_commit_sha":null,"homepage":"https://anthonyjdella.github.io/customized-jsonresume-theme-github/","language":"Handlebars","has_issues":false,"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/anthonyjdella.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}},"created_at":"2021-10-13T00:22:05.000Z","updated_at":"2023-08-23T12:40:45.000Z","dependencies_parsed_at":"2023-02-15T06:10:32.892Z","dependency_job_id":null,"html_url":"https://github.com/anthonyjdella/customized-jsonresume-theme-github","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonyjdella","download_url":"https://codeload.github.com/anthonyjdella/customized-jsonresume-theme-github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246157301,"owners_count":20732584,"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":["json","resume"],"created_at":"2025-02-03T21:59:20.080Z","updated_at":"2026-04-30T00:02:54.315Z","avatar_url":"https://github.com/anthonyjdella.png","language":"Handlebars","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customized JSON Resume Theme: GitHub\n\n🖼️ This is a tweaked version of the [GitHub theme](https://github.com/mathieudutour/jsonresume-theme-github). Tweaked to fit my design preferences. Published on NPM and GitHub Registry.\n\n## Notable Changes\n\n* Added sections for speaking and articles\n* Style changes\n\n## Prerequisites\n\nTo build and start the local server, it needs to use the cli command, which is custom cli I tweaked.\n\n`npm i @anthonyjdella/customized-resume-cli`\n\n## How to Start\n\n`npm run start`\n\n## How to Change\n\n* `resume.handlebars` is the order of the resume.\n* `style.scss` is the styling\n* To make changes to the PDF/printable version, make changes in the `@print` section of `style.scss`\n* Change version number in `package.json`\n* Deploy the changes via `npm publish --access public`\n* To see changes from `resume.anthonydellavecchia.com` you need to go to the [registry project](https://github.com/anthonyjdella/customized-registry-functions), then cd into `functions`, run `npm i` and `npm update`, then `firebase deploy`.\n\n\u003cdetails\u003e\n  \u003csummary\u003eClick to expand README.md of the source repository!\u003c/summary\u003e\n\n\n## 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  \n  \u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyjdella%2Fcustomized-jsonresume-theme-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonyjdella%2Fcustomized-jsonresume-theme-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyjdella%2Fcustomized-jsonresume-theme-github/lists"}