Coder Social home page Coder Social logo

divyanshagar / yamlcv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anotherkamila/yamlcv

0.0 0.0 0.0 7 KB

An awesome YAML-based CV that works with your existing Jekyll site

Home Page: https://kamila.is/awesome

License: MIT License

HTML 100.00%

yamlcv's Introduction

yamlCV

An awesome YAML-based CV that works with your existing Jekyll site

Example: kamila.is/awesome :-)

What this is

Takes YAML as input (such as this) and produces pretty HTML (such as this) using Jekyll. Works also with GitHub Pages.

Why: The YAML input is maintainable and easy to change, so updating my CV is no longer annoying. And Jekyll integration makes my pretty data also look pretty on my pretty website, automatically.

How to use

First, tell Jekyll your data. The simplest way is to add a _data/cv.yml file. The syntax is hopefully obvious from this example.

Then, stuff cv.html into Jekyll. There are multiple ways to achieve that, the simplest being just copying cv.html into something.html (and adding a front matter).

A method easier to maintain is to add this repository as a Git submodule, symlink cv.html into _includes/, and then {% include cv.html %} in pages. You can see this setup on my website. How to:

cd <your-site>/_includes  # you need to put it under _includes because jekyll doesn't like arbitrary symlinks
git submodule add https://github.com/AnotherKamila/yamlCV.git
ln -s yamlCV/cv.html .

Customization

Colors

The template expects the following CSS classes to exist:

  • text-primary { color: your-primary-color; }: used for the section titles and link color
  • text-muted { color: some-grey; }: used for the "tagline"

If you use Bootstrap, these should be already present.

Settings

You can add the following into the page's front matter:

cv:  # all CV settings go under this
    download_links:
        PDF: url.pdf
        YAML: url.yml
        Whatever: anything you put here will show up as a download link in the upper right corner
    no_lines: true  # set this if you don't like the horizontal lines that go with section titles

Pull requests are welcome!

As always ;-)

yamlcv's People

Contributors

anotherkamila avatar

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.