Giter Club home page Giter Club logo

resume's Introduction

dcyou.github.io

Build Status Known Vulnerabilities Coverage Status GitHub version

My resume by using NuxtJS (VueJS), Element and some useful tools

Demo

https://dcyou.github.io/resume/

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

Usage

All the data files are written with YAML format https://yaml.org/

Those files are located in assets/yaml folder

about.yml

Contain the detail for the About Me section as follow

# About Section
# about_title: About Me (Use this to override)
about_profile_image: Image name for avatar under static folder (eg. me.jpg)
about_content: > # this will include new lines to allow paragraphs
  Short description about you

educations.yml

Contain the detail for the Education section as follow

# Education Template
# educations_title: Education #(Use this to override)
educations:
- name: School name
  place: place
  dates: Date range
  qualification: Degree name

experiences.yml

Contain the detail for the Work experience section as follow

# Experience template
# experiences_title: Work experience #(Use this to override)
experiences:
- company: the company name
  link: Link for the company website
  place: place of your experience
  job_title: job title
  dates: date range
  description: | # this will include new lines to allow paragraphs
    Short description of the company  

header.yml

Contain the main information about you as follow

# Personal info
name: your name
title: your current title
email: email
phone: phone number
website: 

# Social links
twitter_username: Twitter username (find it in url)
github_username:  Github username (find it in url)
linkedin_username: Linkedin username (find it in url)

hobbies.yml

Contain the detail for the Activities and interests section as follow

# Hobbies Section
# hobbies_title: Activities and interests #(Use this to override)
hobbies_content: > # this will include new lines to allow paragraphs
  Short description of what you do except working

projects.yml

Contain the detail for the Projects section as follow

# Project template
# projects_title: Projects #(Use this to override)
projects:
- name: Project name
  link: Project link
  description: > # this will include new lines to allow paragraphs
    Short description of the project

Dependencies

For detailed explanation on how things work, check out

Nuxt.js docs

Element

License

The theme is available as open source under the terms of the MIT License.


Special thanks to sproogen for inspiration

resume's People

Contributors

chapeupreto avatar dcyou avatar dependabot[bot] avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

resume's Issues

Json resume

Some serendipity makes me discover your project.

JFYI, do you know that there is open source initiative to create a JSON-based standard for resumes?
https://jsonresume.org/

That's not a feature request, but I would like to inform you. Perhaps you could find it interesting to support it...

Download as PDF

Is your feature request related to a problem? Please describe.
/
Describe the solution you'd like
Allow to download quickly in PDF

Describe alternatives you've considered
safe package ? external service ?

Additional context
/

add header information

Is your feature request related to a problem? Please describe.
Add to the header

  • Birth date
  • address
  • driver's licenses
  • other (free)

Describe the solution you'd like
use:

Birth date: <i class="el-icon-date"></i>
Driver’s licenses: <i class="fas fa-car"></i>

Describe alternatives you've considered
I'm not sure if the icons are essentials ?

Additional context
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.