当前位置: 首页 > 软件库 > Web应用开发 > >

jekyll-cv-crafter

Jekyll based CV generator
授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 欧渝
操作系统 未知
开源组织
适用人群 未知
 软件概览

Jekyll CV Crafter

Jekyll powered CV generator.Check the demo.

Features

  • Lightweight - just 3 files: yml with information about you, html/liquid template and css.
  • Font Awesome icons + Bootstrap.
  • Could be easily integrated in already existing site/blog hosted on Github using Jekyll data files.
  • Data is separated from the view - just fill the YAML file to create your CV.
  • You can easily modify the template or create a new theme according to your needs (check out my CV).

Templates

  • vertical template (WIP)
  • feel free to add yours!

Installation

Clone/download this repo.

  • _data/cv.yml contains info about you;
  • index.html markup of the CV;
  • css/cv.scss styles.

So only thing you need to do is to fill the cv.yml.As I mentioned above you can easily integrate this CV in your blog (if it's hosted on github pages) by putting cv.yml in _data folder of your blog, cv.scss in css folder of your blog and renaming index.html to cv.html.

PRs/issues/comments are welcome! Don't hesitate to contact me in case of any questions.

 相关资料
  • CV Boilerplate I consider LaTeX resumes to be a secret handshake of sorts, something that makes me significantly more likely to be inclined to hire a candidate. —zackelan on HN A boilerplate to ease t

  • McDowell CV McDowell CV is a LuaLaTeX class for building neat and space-efficient CVs using the design originally proposed by Gayle L. McDowell athttp://www.careercup.com/resume. The class is based on

  • md-cv A jekyll-based markdown CV, which currently looks something like this, see this blog post for details. Forked from the (great) markdown CV of elipapa. How to use To build, clone the repo and run

  • markdown-cv A curriculum vitae maintained in plain text and rendered to HTML and PDF using CSS. For more details, see the project page, or the blog post on why I switched to markdown for my CV. Custom

  • Awesome-CV 是制作简历或求职信的 LaTeX 模板,使得定制自己的模板很容易,因为它是由一种干净的语义标记编写的。 特点 LaTeX 是一个非常棒的排字程序,很多人都在使用,尤其是数学界和计算机科学界 LaTe FontAwome 是 XeLaTeX 中使用的 FontAwome 图标的绑定 Roboto 是 Android 和 ChromeOS 上的默认字体,也是 Google 视觉语

  • Emgu CV 是 OpenCV 的跨平台的 .NET 封装包,可在 .NET 兼容语言(C#, VB, VC++, IronPython) 中直接调用 OpenCV 提供的图像处理方法,支持 Windows Linux 和 OS X