All Projects → blmoore → Md Cv

blmoore / Md Cv

Licence: mit
markdown cv / résumé built with jekyll

Projects that are alternatives of or similar to Md Cv

Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (-36.46%)
Mutual labels:  jekyll, cv, markdown
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (-71.87%)
Mutual labels:  jekyll, cv
Jekyll Spaceship
🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
Stars: ✭ 196 (+104.17%)
Mutual labels:  jekyll, markdown
Memo
📓 Memo Life For You
Stars: ✭ 771 (+703.13%)
Mutual labels:  jekyll, markdown
Jekyll Theme Minimal Resume
Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com/
Stars: ✭ 269 (+180.21%)
Mutual labels:  jekyll, cv
Jekyll
🌐 Jekyll is a blog-aware static site generator in Ruby
Stars: ✭ 43,803 (+45528.13%)
Mutual labels:  jekyll, markdown
Markdown Cv
a simple template to write your CV in a readable markdown file and use CSS to publish/print it.
Stars: ✭ 721 (+651.04%)
Mutual labels:  jekyll, cv
Markdown Cv
Simple Markdown CV / Resume
Stars: ✭ 97 (+1.04%)
Mutual labels:  cv, markdown
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+804.17%)
Mutual labels:  jekyll, cv
Netlify Plugin Ghost Markdown
Returns Ghost content as markdown files for static site generators like Jekyll to consume.
Stars: ✭ 46 (-52.08%)
Mutual labels:  jekyll, markdown
New website
a fork of https://jonbarron.info/ for use in jekyll builds with markdown page updates
Stars: ✭ 51 (-46.87%)
Mutual labels:  jekyll, markdown
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+794.79%)
Mutual labels:  jekyll, cv
Glim
Static site generator which is semi-compatible with Jekyll
Stars: ✭ 76 (-20.83%)
Mutual labels:  jekyll, markdown
Jokecamp.com
personal blog and website
Stars: ✭ 79 (-17.71%)
Mutual labels:  jekyll, markdown
Django Hexo Matery
尝试用Django3重写的我的Hexo博客,使用的前端主题是 Matery。
Stars: ✭ 92 (-4.17%)
Mutual labels:  markdown
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (-1.04%)
Mutual labels:  markdown
Jekyons
Open source prototyping kit powered by Jekyll & Tachyons.
Stars: ✭ 92 (-4.17%)
Mutual labels:  jekyll
Laraduoshuo
Laravel 5 实现的私有评论系统,用于 Hexo、Jekyll 等静态博客系统
Stars: ✭ 92 (-4.17%)
Mutual labels:  jekyll
Koy
Markdown previewer
Stars: ✭ 96 (+0%)
Mutual labels:  markdown
Ai Study
人工智能学习资料超全整理,包含机器学习基础ML、深度学习基础DL、计算机视觉CV、自然语言处理NLP、推荐系统、语音识别、图神经网路、算法工程师面试题
Stars: ✭ 93 (-3.12%)
Mutual labels:  cv

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 jekyll:

git clone git://github.com/blmoore/md-cv
cd md-cv/
jekyll serve

(You may need to install jekyll.)

Then point your browser to 0.0.0.0:4000.

HTML version

The HTML version is generated by Jekyll under _site using media/cv-screen.css. Most changes from the original repo are artificial:

  • fixed horizontal scrolling issue caused by lots of funky CSS positioning (lots of left etc.)
  • messed with colours, fonts
  • now imports font-awesome icons and Open sans
  • moved ul into 3-col layout (iirc following another markdown cv I tried)

PDF version

Note the separate CSS for print and screen media (see media/cv-print.css), my approach was to build a somewhat "jazzy" html version and a toned-down print version (for PDF). My changes introduce CSS3 columns in some sections which currently don't print to PDF under the blink/webkit engines (as of March 2015), so to print properly I suggest firefox.

Another problem with the PDF is pagebreaks, they're often not handled gracefully so I've added one in explicitly. Say you want a pagebreak before the section titled "education" (h2 text is set to id so use unique section headers!), the print media CSS would be:

#education {
	page-break-before: always;
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].