{"id":24976060,"url":"https://github.com/anthonyjdella/customized-jsonresume-theme-actual","last_synced_at":"2026-04-29T18:33:59.294Z","repository":{"id":38173278,"uuid":"416068694","full_name":"anthonyjdella/customized-jsonresume-theme-actual","owner":"anthonyjdella","description":"🍴I tweaked the 'Actual' theme for JSON Resume. It's a minimalist and modern design.","archived":false,"fork":false,"pushed_at":"2023-01-09T13:55:09.000Z","size":5536,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-06T18:57:26.573Z","etag":null,"topics":["json","resume"],"latest_commit_sha":null,"homepage":"https://resume.anthonydellavecchia.com/anthonyjdella?customTheme=Actual","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-11T20:00:29.000Z","updated_at":"2021-10-15T21:33:07.000Z","dependencies_parsed_at":"2023-02-08T12:01:44.797Z","dependency_job_id":null,"html_url":"https://github.com/anthonyjdella/customized-jsonresume-theme-actual","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/anthonyjdella/customized-jsonresume-theme-actual","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-actual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-actual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-actual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-actual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonyjdella","download_url":"https://codeload.github.com/anthonyjdella/customized-jsonresume-theme-actual/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyjdella%2Fcustomized-jsonresume-theme-actual/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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:19.906Z","updated_at":"2026-04-29T18:33:59.274Z","avatar_url":"https://github.com/anthonyjdella.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Customized JSON Resume Theme: Actual\n\n🖼️ This is a tweaked version of the [Actual theme](https://github.com/davcd/jsonresume-theme-actual). 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* `assets/pug/template.pug` is the order of the resume.\n* `assets/pug/` are the html files for each section\n* `assets/styles/style.css` is the styling\n* To make changes to the PDF/printable version, make changes in the `@print` section of `assets/styles/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# Actual theme for JSON Resume\n\nMinimalist and modern theme for [JSON Resume](https://jsonresume.org/) standard, designed for\nthe [v1.0.0 version](https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json).\n\n### Export examples\n- [Extended version](docs/resume_extended.pdf)\n- [Simple version](docs/resume_simple.pdf)\n\nMaybe you would like to take a look at [jsonresume-theme-actual-letter](https://github.com/davcd/jsonresume-theme-actual-letter) to create your letter.\n## Table of contents\n\n- [What is JSON Resume?](#what-is-json-resume)\n- [Prerequisites](#prerequisites)\n- [Export resume](#export-resume)\n- [Contribute](#contribute)\n- [Support](#support)\n\n## What is JSON Resume?\n\n\u003e JSON Resume is a community driven open source initiative to create JSON-based standard for resumes.\n\n## Prerequisites\n\n- [node.js](https://nodejs.org/en/) runtime with [resume-cli](https://github.com/jsonresume/resume-cli/)\n\n```bash\nnpm install -g resume-cli\n```\n\n## Export resume\n\n- Create your [resume.json](https://jsonresume.org/schema/) file (you can start by editing [this](/resume.json))\n\n```bash\nnpm install jsonresume-theme-actual\n\nresume export resume.pdf --format pdf --theme actual\nresume export resume.html --format html --theme actual\n```\n\n## Contribute\n\n```bash\ngit clone git@github.com:davcd/jsonresume-theme-actual.git\ncd jsonresume-theme-actual\n\nnpm install\n\ngulp\n```\n\nYou can live edit any .scss or .pug file\n\n## Support\n\nThis theme supports the following JSON paths\n\n### `resume.basics`\n\n```json\n{\n  \"basics\": {\n    \"name\": \"Richard Hendriks\",\n    \"label\": \"Software Developer\",\n    \"email\": \"rhendriks@mail.com\",\n    \"phone\": \"(912) 555-4321\",\n    \"url\": \"http://richardh.example.com\",\n    \"summary\": \"Lorem ipsum...\",\n    \"location\": {\n      \"city\": \"San Francisco\",\n      \"countryCode\": \"US\",\n      \"region\": \"California\"\n    },\n    \"profiles\": [\n      {\n        \"url\": \"https://domain.com/rhendricks\"\n      }\n    ]\n  }\n}\n```\n\n- `resume.basics.name` and `resume.basics.label` are required\n- `resume.basics.summary` supports markdown\n\n### `resume.work`\n\n```json\n{\n  \"work\": [\n    {\n      \"name\": \"Facebook\",\n      \"location\": \"California, United States\",\n      \"position\": \"Software Engineer\",\n      \"url\": \"http://facebook.com\",\n      \"startDate\": \"2016-11-17\",\n      \"summary\": \"Lorem ipsum...\",\n      \"highlights\": [\n        \"Vitae purus faucibus ornare suspendisse\",\n        \"Ut enim blandit volutpat maecenas\"\n      ]\n    }\n  ]\n}\n```\n\n- `resume.work.summary` supports markdown\n\n### `resume.projects`\n\n```json\n{\n  \"projects\": {\n    \"name\": \"Node.js\",\n    \"description\": \"Lorem ipsum...\",\n    \"highlights\": [\n      \"Commodo elit at imperdiet dui\",\n      \"Id volutpat lacus laoreet non\"\n    ],\n    \"url\": \"https://nodejs.org/\",\n    \"roles\": [\n      \"contributor\",\n      \"evangelist\"\n    ]\n  }\n}\n```\n- `resume.projects.description` supports markdown\n\n### `resume.skills`\n\n```json\n{\n  \"skills\": [\n    {\n      \"name\": \"Languages\",\n      \"keywords\": [\n        \"Java\",\n        \"Python\"\n      ]\n    }\n  ]\n}\n```\n\n### `resume.education`\n\n```json\n{\n  \"education\": [\n    {\n      \"institution\": \"University of Stanford\",\n      \"url\": \"https://www.stanford.edu/\",\n      \"area\": \"Computer Science\",\n      \"studyType\": \"Master\"\n    }\n  ]\n}\n```\n\n- `resume.work.area` and `resume.work.studyType` supports markdown\n\n### `resume.certificates`\n\n```json\n{\n  \"certificates\": [\n    {\n      \"name\": \"AWS Certified Solutions Architect\",\n      \"url\": \"https://www.your-badge.com\",\n      \"issuer\": \"Amazon Web Services\"\n    }\n  ]\n}\n```\n\n- `resume.certificates.name` supports markdown\n\n### `resume.awards`\n\n```json\n{\n  \"awards\": [\n    {\n      \"title\": \"Website of the day\",\n      \"awarder\": \"Awwward\",\n      \"summary\": \"Lorem ipsum...\"\n    }\n  ]\n}\n```\n- `resume.awards.summary` supports markdown\n\n### `resume.languages`\n\n```json\n{\n  \"languages\": [\n    {\n      \"language\": \"English\",\n      \"fluency\": \"Native\"\n    }\n  ]\n}\n```\n\n### `resume.interests`\n\n```json\n{\n  \"interests\": [\n    {\n      \"name\": \"Open Source\"\n    }\n  ]\n}\n```\n\n#### `resume.references`, `resume.volunteer` and `resume.publications` fields are not supported yet.\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyjdella%2Fcustomized-jsonresume-theme-actual","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonyjdella%2Fcustomized-jsonresume-theme-actual","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyjdella%2Fcustomized-jsonresume-theme-actual/lists"}