Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelofpfelix/jekyllcv
CV based on YAML, using jekyll.
https://github.com/marcelofpfelix/jekyllcv
curriculum curriculum-vitae cv jekyll jekyll-theme resume yaml yml
Last synced: 21 days ago
JSON representation
CV based on YAML, using jekyll.
- Host: GitHub
- URL: https://github.com/marcelofpfelix/jekyllcv
- Owner: marcelofpfelix
- License: mit
- Created: 2020-06-26T16:28:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T15:49:18.000Z (about 3 years ago)
- Last Synced: 2024-12-15T04:36:50.181Z (about 2 months ago)
- Topics: curriculum, curriculum-vitae, cv, jekyll, jekyll-theme, resume, yaml, yml
- Language: HTML
- Homepage: https://marcelofpfelix.github.io/jekyllcv/
- Size: 887 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jekyllcv
CV based on YAML, using [jekyll](https://github.com/jekyll/jekyll).
* [Github Repository: marcelofpfelix/jekyllcv](https:///github.com/marcelofpfelix/jekyllcv)
* [webpage: marcelofpfelix.github.io/jekyllcv](https://marcelofpfelix.github.io/jekyllcv)Converts this [yaml file](https://github.com/marcelofpfelix/jekyllcv/blob/master/_data/users.yml) in the printing html page seen bellow.
```yaml
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:
- github
```[![](assets/img/jekyllcv/html.png)](https://marcelofpfelix.github.io/jekyllcv/user)
### Example
To see an example, please check the **[demo](https://marcelofpfelix.github.io/jekyllcv/user)** CV , using this [yaml file](https://github.com/marcelofpfelix/jekyllcv/blob/master/_data/users.yml).
* You can also check *Marcelo Félix* real CV, available at **[bandonga.com/cv/marcelo](https://bandonga.com/cv/marcelo)**, using this [yaml file](https://github.com/bandonga/cv/blob/master/_data/users.yml).### Using:
* **[jekyll/jekyll](https://github.com/jekyll/jekyll):** static site generator
* **[FortAwesome/Font-Awesome](https://github.com/FortAwesome/Font-Awesome):** icon toolkit
* **[cognitom/paper-css](https://github.com/cognitom/paper-css):** front-end printing solution
* **[necolas/normalize.css](https://github.com/necolas/normalize.css):** CSS resets
* **[google/fonts](https://github.com/google/fonts):** catalog with fonts
* **[lipis/flag-icon-css](https://github.com/lipis/flag-icon-css):** collection with country flags in CSS
* **[jquery/jquery](https://github.com/jquery/jquery):** lib to simplify HTML DOM selection
* **[moment/moment](https://github.com/moment/moment):** lib to calculate dates
* **[davatron5000/FitText.js](https://github.com/davatron5000/FitText.js):** font resizing### Inspired by:
* **[AnotherKamila/yamlCV](https://github.com/AnotherKamila/yamlCV)**
* **[mmistakes/minimal-mistakes](https://github.com/mmistakes/minimal-mistakes)**