{"id":14782546,"url":"https://github.com/metaory/jsonresume-theme-legacy","last_synced_at":"2025-04-13T13:55:41.344Z","repository":{"id":256344832,"uuid":"854758690","full_name":"metaory/jsonresume-theme-legacy","owner":"metaory","description":"Legacy JSONResume handlebars port to Vite","archived":false,"fork":false,"pushed_at":"2025-01-27T19:09:27.000Z","size":27708,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T13:55:36.995Z","etag":null,"topics":["json-resume","jsonresume","jsonresume-theme"],"latest_commit_sha":null,"homepage":"https://metaory.github.io/jsonresume-theme-legacy/","language":"Handlebars","has_issues":true,"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/metaory.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-09T18:18:31.000Z","updated_at":"2025-02-20T14:02:13.000Z","dependencies_parsed_at":"2024-09-10T08:23:07.779Z","dependency_job_id":"7199abc8-9d10-4b9b-9e15-3e83e1cd5833","html_url":"https://github.com/metaory/jsonresume-theme-legacy","commit_stats":null,"previous_names":["metaory/jsonresume-theme-legacy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fjsonresume-theme-legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fjsonresume-theme-legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fjsonresume-theme-legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fjsonresume-theme-legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metaory","download_url":"https://codeload.github.com/metaory/jsonresume-theme-legacy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724589,"owners_count":21151559,"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","jsonresume","jsonresume-theme"],"created_at":"2024-09-17T03:01:38.929Z","updated_at":"2025-04-13T13:55:41.338Z","avatar_url":"https://github.com/metaory.png","language":"Handlebars","funding_links":[],"categories":["Handlebars"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\n    \u003cimg valign=\"middle\" height=\"28\" src=\"https://raw.githubusercontent.com/metaory/jsonresume-theme-legacy/master/src/assets/logo.svg\"\u003e\n    𐑃⌄𐌒⌃𐣯𐐹\n  \u003c/h1\u003e\n  \u003ci\u003e\u003csmall\u003ejsonresume theme\u003c/small\u003e\u003c/i\u003e\u003cbr\u003e\n  \u003ca href=\"https://metaory.github.io/jsonresume-theme-legacy\"\u003edemo\u003c/a\u003e |\n  \u003ca href=\"sample.pdf\"\u003esample.pdf\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshot.png\" width=\"70%\" /\u003e\n\u003c/p\u003e\n\n---\n\n## USAGE\n\n```sh\n# clone\ngit clone git@github.com:metaory/jsonresume-theme-legacy.git\n\n# navigate\ncd jsonresume-theme-legacy\n\n# install dependencies\npnpm install\n\n# run development\npnpm run dev\n\n# view sample page\nhttp://localhost:5173\n\n# build sample pdf\npnpm run build:sample\n\n# duplicate the resume data\ncp src/pages/index.json src/pages/private.json\n\n# update the resume data\nnvim src/pages/private.json\n\n# view newly created page\nhttp://localhost:5173/private\n\n# build private pdf\npnpm run build:private\n```\n\n---\n\n## CUSTOMIZATION\n\n### Icons\n\n\u003e [!NOTE]\n\u003e [Iconify](https://icon-sets.iconify.design) is used for icons.\n\n\u003e [!NOTE]\n\u003e The default icon map is defined in [src/pages/index.json](https://github.com/metaory/jsonresume-theme-legacy/blob/master/src/pages/index.json)\n\u003e Under `meta.themeOptions.iconMap`\n\n\u003e [!TIP]\n\u003e You can add/overwrite by adding the desired key value in your `private.json`\n\n\u003e [!TIP]\n\u003e You can use icons from any collection\n\nFor example to add new icon\nfor keyword `system-design` to have `mingcute:ghost-line` icon,\nand to overwrite the `javascript` icon;\n\n```jsonc\n{\n  // ...\n  \"meta\": {\n    \"themeOptions\": {\n      \"iconMap\": {\n        \"system-design\": \"mingcute:ghost-line\",\n        \"javascript\": \"fluent:code-js-rectangle-16-filled\"\n      }\n      // ...\n    }\n  }\n}\n```\n\n\u003e [!IMPORTANT]\n\u003e Make sure the keys in `iconMap` are all lowercase\n\u003e\n\u003e While the keyword do NOT have to be lowercase\n\n\u003e [!TIP]\n\u003e the iconify icon name can be in either form\n\u003e\n\u003e - `hugeicons:ai-view`\n\u003e - `hugeicons--ai-view`\n\n\u003e [!CAUTION]\n\u003e a complete process restart is needed if overwriting existing icons\n\n---\n\n### Images\n\n\u003e [!TIP]\n\u003e Image paths can be remote or local\n\u003e\n\u003e Local path is from root\n\n```jsonc\n{\n  \"basics\": {\n    \"name\": \"John Doe\",\n    \"label\": \"Programmer\",\n    // remote images\n    \"image\": \"https://avatars.githubusercontent.com/u/9919\",\n    // local private ignored assets\n    \"logo\": \"/.dev/my-private-logo.png\",\n    // ...\n  },\n  // ...\n}\n```\n\n---\n\n### Summary\n\n\u003e [!TIP]\n\u003e The `basics.summary` is placed as **raw HTML**\n\n---\n\n### Titles\n\n\u003e [!TIP]\n\u003e You can change section titles\n\u003e\n\u003e Under `meta.themeOptions.sectionTitles`\n\n---\n\n### Colors\n\n\u003e [!TIP]\n\u003e ~~You can overwrite color values~~\n\u003e\n\u003e ~~Under `meta.themeOptions.colors`~~\n\u003e\n\u003e 🚧 Not implemented\n\n---\n\n### Troubleshooting\n\n\u003e [!CAUTION]\n\u003e You need the dev script running before running the pdf build script\n\n---\n\n\u003e [!WARNING]\n\u003e `sh: line 1: chromium: command not found`\n\u003e\n\u003e [chromium](https://chromium.org) is used for pdf exports\n\u003e\n\u003e If you use the proprietary `google-chrome`\n\u003e you have to update the [build:private](https://github.com/metaory/jsonresume-theme-legacy/blob/master/package.json) script accordingly\n\n---\n\n\u003e [!NOTE]\n\u003e Only tested on Linux\n\u003e\n\u003e Reconsider your life choices if you're running  💩 Windows!\n\n---\n\n## LICENSE\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fjsonresume-theme-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetaory%2Fjsonresume-theme-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fjsonresume-theme-legacy/lists"}