{"id":27250639,"url":"https://github.com/jbee37142/myownresume","last_synced_at":"2025-08-04T15:44:03.178Z","repository":{"id":97828652,"uuid":"102075078","full_name":"jbee37142/myownresume","owner":"jbee37142","description":"Generate customize resume","archived":false,"fork":false,"pushed_at":"2018-03-03T07:20:46.000Z","size":3568,"stargazers_count":5,"open_issues_count":10,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T00:44:51.417Z","etag":null,"topics":["customize","generate","resume","vanillajs"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/jbee37142.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}},"created_at":"2017-09-01T04:54:35.000Z","updated_at":"2024-09-14T23:48:31.000Z","dependencies_parsed_at":"2024-02-11T09:34:07.352Z","dependency_job_id":null,"html_url":"https://github.com/jbee37142/myownresume","commit_stats":null,"previous_names":["jbee37142/myownresume"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbee37142%2Fmyownresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbee37142%2Fmyownresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbee37142%2Fmyownresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbee37142%2Fmyownresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbee37142","download_url":"https://codeload.github.com/jbee37142/myownresume/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322604,"owners_count":21084336,"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":["customize","generate","resume","vanillajs"],"created_at":"2025-04-11T00:44:57.587Z","updated_at":"2025-04-11T00:44:58.082Z","avatar_url":"https://github.com/jbee37142.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"/docs/images/myownresume_logo.png\" alt=\"myownresume_logo\" width=\"600px\" height=\"200px\"\u003e\n\n[![Build Status](https://travis-ci.org/JaeYeopHan/myownresume.svg?branch=master)](https://travis-ci.org/JaeYeopHan/myownresume)\n[![status](https://img.shields.io/badge/status-alpha-blue.svg)](https://img.shields.io/badge/status-alpha-blue.svg)\n[![author](https://img.shields.io/badge/author-jbee-ff69b4.svg)](http://friendly-belief.surge.sh/)\n[![version](https://img.shields.io/badge/npm%20version-0.0.2-orange.svg)](https://github.com/JaeYeopHan/myownresume/blob/master/package.json)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)  \n\n\u003c/div\u003e\n\n## What is this?\nIn short, this is **Generate Customized Resume Project**. Creates a resume based on the input json formatted data. You just enter the json data to `data.json` on `/data/data.json`.\n\n\u003c/br\u003e\n\n#### [Live Demo](http://friendly-belief.surge.sh/)\n* [Supported themes](#supported-themes)\n* [Usage](#usage)\n* [Supported Feature by JSON](#supported-feature-by-json)\n* [Supported Browser](#supported-browsers)\n* [Development Installation](#development-installation)\n* [Bug Report](#bug-report)\n* [Contribute](#contribute)\n\n\u003c/br\u003e\n\n## Supported themes\n#### [Default theme]\n\n\u003c/br\u003e\n\n## Usage\n### First, clone this project\n```bash\n# install node and npm.\n$ git clone https://github.com/JaeYeopHan/myownresume \u0026\u0026 cd myownresume\n$ npm install\n```\n\n### Second, install `surge` npm\nThis tool works based on [surge](http://surge.sh/) module.\n```bash\n$ npm install -g surge\n```\n\n### Third, customize `data.json`\nYou can find `data.json` file on path: `/data/data.json`.\n\u003e Notice! Don't change `themes.json`.\n\nif you need image, you have to insert image to `/dist/images/` by sections and enter file name of image to `data.json`.\n\n### Fourth-1, Deploy with run npm script\n```bash\n$ npm run deploy\n```\nand, you enter `surge` info.\n\n### Fourth-2, Deploy with `Travis CI`\nYou can use [`Travis CI`](https://travis-ci.org/)\n\u003e Proceed with setup tasks in the following sequence :\nYou can refer to this [link](https://surge.sh/help/integrating-with-travis-ci).\n\n#### First, you have to receive token of surge account.\n```$xslt\n$ surge token\n```\nyou can receive **email** of surge account and **token**\n```$xslt\nemail: example@example.com\ntoken: fadcebq13bjeb1jbej12b\n```\n\n#### Second, Add `Environment variables` in travis repository.\n* `TRAVIS_SURGE_LOGIN`: example@example.com\n* `TRAVIS_SURGE_TOKEN`: fadcebq13bjeb1jbej12b\n\n#### Third, Add script to `.travis.yml`\n```yml\nafter_success:\n  - surge --project ./dist --domain [YOUR SURGE DOMAIN]\n```\n\nand run script\n```bash\n$ npm run update\n# npm run build \u0026\u0026 git push\n```\n\n\n### Done!\n\n\u003c/br\u003e\n\n## Supported Feature by JSON\nYou can specify your own resume data through the json file.\n### theme\n\n### profile\n* `image`\n* `lastUpdate`\n* `isWorked`\n* `name`\n* `job`\n* `email`\n* `one_line_intro`\n* `interests`\n* `facebook`\n* `linkedin`\n* `github`\n\n### work\n[Array]\n* `name`\n* `position`\n* `period`\n* `description`\n* `logo`\n\n### blog\n[Array]\n* `title`\n* `link`\n* `description`\n* `logo`\n\n### projects\n[Array]\n* `title`\n* `isPersonal`\n* `github_link`\n* `period`\n* `tech`\n* `descriptin`\n\n### activity\n[Array]\n* `title`\n* `period`\n* `discription`\n* `logo`\n\n### education\n[Array]\n* `name`\n* `period`\n* `status`\n* `major`\n* `logo`\n\n\u003c/br\u003e\n\n## Supported Browsers\n|Chrome for iOS|\n|:-:|\n|Latest|\n\n\u003c/br\u003e\n\n## Development Installation\n```\n$ git clone https://github.com/JaeYeopHan/myownresume \u0026\u0026 cd myownresume\n$ npm install\n# Something to do...\n$ npm run dev\n$ npm run build \n```\n\u003c/br\u003e\n\n## Bug Report\nIf you find a bug, please report it to me using the [Issues](https://github.com/JaeYeopHan/myownresume/issues) page on Github.\n\n\u003c/br\u003e\n\n## Contribute\n\n\u003c/br\u003e\n\n## LICENSE\n[MIT LICENSE](https://github.com/JaeYeopHan/resume_prj/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbee37142%2Fmyownresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbee37142%2Fmyownresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbee37142%2Fmyownresume/lists"}