Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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
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
Este tema es una sola página con las siguientes secciones:
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
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
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
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
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
Este tema esta esta disponible en Open Source bajo los términos de la MIT License.
FAQs
Unknown package
We found that vv5cv demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.