Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vv5cv

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vv5cv

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

vectorVcinco CVs

Hola, este es un tema de Jekyll para hacer fácil la cración de un CV en inglés. Lo creamos en vectorVcinco para nuestros perfiles personales y lo liberamos bajo la licencia MIT

Diseño: https://github.com/Itzelschiaffini Development: https://github.com/darkade

Instalación

Agrega esta linea al Gemfile de tu Jekyll site:

gem "vv5cv"

Agrega esta linea a tu _config.yml:

theme: vv5cv

Ejecuta:

$ bundle

O instalalo tu mismo con:

$ gem install vv5cv

Usage

Este tema es una sola página con las siguientes secciones:

  • Profile
  • Software
  • Languages
  • Other skills
  • Main

Profile

Contiene información general sobre tu teléfono, e-mail, dirección, sitio web.

Para poblar esta sección agrega esto a tu _config.yml

profile:
  name: Jane Doe
  tagline: Professional Assasin
  picture: http://lorempixel.com/output/fashion-q-c-480-480-8.jpg
  phone: +52(1) 222 000 0000
  email: me@example.com
  address: >-
          The Honorable Charles W. Anderson (Dear Mr. Ambassador:)
          Department of State
          2050 Bamako Place
          Washington, DC 20521-2050
  website: https://example.com

Software

La información sobre tus skills con cierto software. Para agregar iconos colocalos en assets/icons y en la configuración solo coloca sus nombres con extensión

Para poblar esta sección agrega esto a tu _config.yml

software:
  Illustrator:
    icon: ai.svg
    skill: 0
  Photoshop:
    icon: ps.svg
    skill: 10
  InDesign:
    icon: id.svg
    skill: 20

Languages

Los lenguajes que manejas. El primer lenguaje que enlistes será marcado con la leyenda Native Speaker

Para poblar esta sección agrega esto a tu _config.yml

languages:
  es: 100
  en: 90
  jp: 20

Other Skills

Esta sección se poblará con una lista llamda other skills. Puedes poner cualquier skill categorizado aquí.

Para poblar esta sección agrega esto a tu _config.yml

otherskills:
  machinery:
    modeling:
      icon: icon.svg
      skills:
        - 3D printing
    cnc:
      icon: icon.svg
      skills:
        - CNC Router
        - Laser Cutting
        - Vynil Cutting

  administrative:
    organization:
      icon: icon.svg
      skills:
        - Slack
        - Email
    management:
      icon: icon.svg
      skills:
        - Scrum

Main

En esta sección se colocará todo lo que escribas en tu index.md Puedes dividir las secciones marcando títulos. Puedes leer más sobre escribir en markdown aquí

También te recomendamos agregar esta opción a tu _config.yml

kramdown:
  hard_wrap: true

License

Este tema esta esta disponible en Open Source bajo los términos de la MIT License.

FAQs

Package last updated on 14 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc