{"id":15089541,"url":"https://github.com/dcyou/resume","last_synced_at":"2025-10-05T22:30:37.135Z","repository":{"id":40487196,"uuid":"201900735","full_name":"dcyou/resume","owner":"dcyou","description":"My resume by using NuxtJS (VueJS), Element and some useful tools","archived":true,"fork":false,"pushed_at":"2022-11-08T13:33:01.000Z","size":8540,"stargazers_count":32,"open_issues_count":6,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-26T09:01:11.296Z","etag":null,"topics":["element-ui","eslint","jest","nuxtjs","standard-version","travis","vuejs","yml"],"latest_commit_sha":null,"homepage":"https://dcyou.github.io/resume/","language":"JavaScript","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/dcyou.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-12T09:36:35.000Z","updated_at":"2024-01-28T21:31:14.000Z","dependencies_parsed_at":"2023-01-21T04:52:21.047Z","dependency_job_id":null,"html_url":"https://github.com/dcyou/resume","commit_stats":null,"previous_names":[],"tags_count":11,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcyou%2Fresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcyou%2Fresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcyou%2Fresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcyou%2Fresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcyou","download_url":"https://codeload.github.com/dcyou/resume/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877064,"owners_count":16554821,"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":["element-ui","eslint","jest","nuxtjs","standard-version","travis","vuejs","yml"],"created_at":"2024-09-25T09:00:45.947Z","updated_at":"2025-10-05T22:30:31.749Z","avatar_url":"https://github.com/dcyou.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dcyou.github.io\n[![Build Status](https://travis-ci.org/dcyou/resume.svg?branch=master)](https://travis-ci.org/dcyou/resume)\n[![Known Vulnerabilities](https://snyk.io//test/github/dcyou/resume/badge.svg?targetFile=package.json)](https://snyk.io//test/github/dcyou/resume?targetFile=package.json)\n[![Coverage Status](https://coveralls.io/repos/github/dcyou/resume/badge.svg?branch=master)](https://coveralls.io/github/dcyou/resume?branch=master)\n[![GitHub version](https://badge.fury.io/gh/dcyou%2Fresume.svg)](https://badge.fury.io/gh/dcyou%2Fresume)\n\n\u003e My resume by using NuxtJS (VueJS), Element and some useful tools\n\n## Demo\nhttps://dcyou.github.io/resume/\n\n## Build Setup\n\n``` bash\n# install dependencies\n$ npm install\n\n# serve with hot reload at localhost:3000\n$ npm run dev\n\n# build for production and launch server\n$ npm run build\n$ npm run start\n\n# generate static project\n$ npm run generate\n```\n\n## Usage\nAll the data files are written with YAML format\nhttps://yaml.org/\n\nThose files are located in `assets/yaml` folder\n\n#### about.yml\nContain the detail for the `About Me` section as follow\n```\n# About Section\n# about_title: About Me (Use this to override)\nabout_profile_image: Image name for avatar under static folder (eg. me.jpg)\nabout_content: \u003e # this will include new lines to allow paragraphs\n  Short description about you\n```\n\n#### educations.yml\nContain the detail for the `Education` section as follow\n```\n# Education Template\n# educations_title: Education #(Use this to override)\neducations:\n- name: School name\n  place: place\n  dates: Date range\n  qualification: Degree name\n```\n\n#### experiences.yml\nContain the detail for the `Work experience` section as follow\n```\n# Experience template\n# experiences_title: Work experience #(Use this to override)\nexperiences:\n- company: the company name\n  link: Link for the company website\n  place: place of your experience\n  job_title: job title\n  dates: date range\n  description: | # this will include new lines to allow paragraphs\n    Short description of the company  \n```\n\n#### header.yml\nContain the main information about you as follow\n```\n# Personal info\nname: your name\ntitle: your current title\nemail: email\nphone: phone number\nwebsite: \n\n# Social links\ntwitter_username: Twitter username (find it in url)\ngithub_username:  Github username (find it in url)\nlinkedin_username: Linkedin username (find it in url)\n```\n\n#### hobbies.yml\nContain the detail for the `Activities and interests` section as follow\n```\n# Hobbies Section\n# hobbies_title: Activities and interests #(Use this to override)\nhobbies_content: \u003e # this will include new lines to allow paragraphs\n  Short description of what you do except working\n```\n\n#### projects.yml\nContain the detail for the `Projects` section as follow\n```\n# Project template\n# projects_title: Projects #(Use this to override)\nprojects:\n- name: Project name\n  link: Project link\n  description: \u003e # this will include new lines to allow paragraphs\n    Short description of the project\n```\n\n\n## Dependencies\nFor detailed explanation on how things work, check out\n\n[Nuxt.js docs](https://nuxtjs.org)\n\n[Element](https://element.eleme.io\n)\n\n## License\n\nThe theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n\n---\n\n*Special thanks to sproogen for inspiration*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcyou%2Fresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcyou%2Fresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcyou%2Fresume/lists"}