{"id":24976037,"url":"https://github.com/anthonyjdella/customized-jsonresume-theme-stackoverflow","last_synced_at":"2025-04-11T13:08:21.425Z","repository":{"id":57097954,"uuid":"419542664","full_name":"anthonyjdella/customized-jsonresume-theme-stackoverflow","owner":"anthonyjdella","description":"🍴I tweaked the 'Stack Overflow' theme for JSON Resume","archived":false,"fork":false,"pushed_at":"2022-11-15T06:06:25.000Z","size":193,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-25T09:21:24.725Z","etag":null,"topics":["json","resume"],"latest_commit_sha":null,"homepage":"https://resume.anthonydellavecchia.com/anthonyjdella?customTheme=Stackoverflow","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-21T01:29:48.000Z","updated_at":"2022-12-04T06:45:39.000Z","dependencies_parsed_at":"2023-01-23T03:46:03.984Z","dependency_job_id":null,"html_url":"https://github.com/anthonyjdella/customized-jsonresume-theme-stackoverflow","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-stackoverflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-stackoverflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-stackoverflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-stackoverflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonyjdella","download_url":"https://codeload.github.com/anthonyjdella/customized-jsonresume-theme-stackoverflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248404654,"owners_count":21097791,"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:17.442Z","updated_at":"2025-04-11T13:08:21.400Z","avatar_url":"https://github.com/anthonyjdella.png","language":"Handlebars","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customized JSON Resume Theme: StackOverflow\n\n🖼️ This is a tweaked version of the [StackOverflow theme](https://github.com/phoinixi/jsonresume-theme-stackoverflow). Tweaked to fit my design preferences. Published on NPM and GitHub Registry.\n\n## Notable Changes\n\n* 2 Page version in PDF/printable mode \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.hbs` is the order of the resume.\n* `theme/partials/` are the html files for each section\n* `style.css` is the styling\n* To make changes to the PDF/printable version, make changes in the `@print` section of `style.css`\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# Stack Overflow theme for jsonresume [![npm version](https://badge.fury.io/js/jsonresume-theme-stackoverflow.svg)](http://badge.fury.io/js/jsonresume-theme-stackoverflow)\n\n**Printable version with custom CSS**\n\n[DEMO](https://themes.jsonresume.org/theme/stackoverflow)\n\n## Getting started\n\n### Install the command line\n\nCreate your resume in json on [jsonresume](https://jsonresume.org)\n\nThe official [resume-cli](https://github.com/jsonresume/resume-cli) to run the development server.\n\nGo ahead and install it:\n\n```\nnpm install -g resume-cli\n```\n\n### Install and serve theme\n\nClone the repository\n\n```\ngit clone https://github.com/francescoes/jsonresume-theme-stackoverflow.git\n```\n\nAnd simply run:\n\n```\nresume serve\n```\n\nYou should now see this message:\n\n```\nPreview: http://localhost:4000\nPress ctrl-c to stop\n```\n\nTo build your own resume, create a 'resume.json' file in the current folder and follow the [json resume schema](https://jsonresume.org/schema/)\n\n### Social Profiles Icons\n\n**Profiles supported with brand colors:**\n\ngithub, stack overflow, linkedin, dribbble, twitter, facebook, pinterest, instagram, soundcloud, wordpress, youtube, flickr, google plus, tumblr, foursquare.\n\nTo have a social icon close the social link profile (or username) it is enough to set a `network` the name of the Social Network (es: 'Stack Overflow').\n\n#### Support to extra fields\n\nWith stackoverflow theme it is possible to add:\n\n- `keywords` to each 'work', 'publication' and 'volunteer' item\n- `summary` to each 'interests' and 'education' item\n- `location` to each 'work', 'education' and 'volunteer' item\n- `birth` to 'basics'\n\nexample of the extra `location` object: \n\n```\n\"location\": {\n  \"city\": \"Zürich\",\n  \"countryCode\": \"CH\",\n  \"region\": \"Switzerland\"\n} \n```\nexample of the extra `birth` object:\n\n```\n\"birth\": {\n  \"place\": \"New York\",\n  \"state\": \"USA\",\n  \"date\": \"1988\"\n}\n```\n\n## Contribution\n\nFork the project, add your feature (or fix your bug) and open a pull request OR\n\n[Open an issue](https://github.com/francescoes/jsonresume-theme-stackoverflow/issues/new) if you find find or if you would like to have extra fields or changes \n\n## License\n\nAvailable under the [MIT license](http://opensource.org/licenses/mit-license.php).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyjdella%2Fcustomized-jsonresume-theme-stackoverflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonyjdella%2Fcustomized-jsonresume-theme-stackoverflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyjdella%2Fcustomized-jsonresume-theme-stackoverflow/lists"}