Project

jekyllcv

0.0
No release in over 3 years
Low commit activity in last 3 years
yaml CV for Jekyll.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

Runtime

>= 4.0, < 5.0
 Project Readme

jekyllcv

CV based on YAML, using jekyll.

Converts this yaml file in the printing html page seen bellow.

user:
  name: "Henriques D. Afonso"
  avatar: assets/img/afonso.jpg
  bio: CEO @portugal
  url: marcelofpfelix.github.io/jekyllcv/user
  email_user  : afonso
  email_domain : portugal.pt
  links:
    - linkedin
    - github

Example

To see an example, please check the demo CV , using this yaml file.

Source code is available in the GitHub repository.

Templates and themes

Templates control the CV page and section structure. Themes control the color palette.

The default configuration keeps the original CV format:

jekyllcv:
  template: default
  theme: catppuccin-latte

You can override the template per page with cv_template, or per user entry with template. Template files live in _includes/cv-templates/.

You can add more themes under _sass/jekyllcv/themes/ and set jekyllcv.theme to the file name without .scss. The bundled themes are catppuccin-latte, default, and graphite.

Using:

Inspired by: