All Projects → mikepqr → Resume.md

mikepqr / Resume.md

Licence: mit
Write your resume in Markdown, style it with CSS, output to HTML and PDF

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Resume.md

Vuepress Theme Resume
🐈 书写简洁优雅的前端程序员 markdown 简历,由 vuepress 驱动
Stars: ✭ 211 (-4.95%)
Mutual labels:  resume, markdown
Resume
Markdown -> PDF/HTML resumé generator
Stars: ✭ 1,105 (+397.75%)
Mutual labels:  resume, markdown
Gatsby Starter Bee
🐝Full Package | Simple | Fresh UI | Blog Template :: Let's start to blogging with gatsby-starter-bee!
Stars: ✭ 416 (+87.39%)
Mutual labels:  resume, markdown
Cv
A resume template written in Markdown,Yaml JSON auto generates github-pages website & PDF by Jekyll. 在线简历生成模板(超高兼容可导PDF)
Stars: ✭ 61 (-72.52%)
Mutual labels:  resume, markdown
Markdown Resume Js
Turn a simple markdown document into a resume in HTML and PDF
Stars: ✭ 449 (+102.25%)
Mutual labels:  resume, markdown
Markdown Cv
Simple Markdown CV / Resume
Stars: ✭ 97 (-56.31%)
Mutual labels:  resume, markdown
Xdm
a modern MDX compiler. No runtime. With esbuild, Rollup, and webpack plugins
Stars: ✭ 206 (-7.21%)
Mutual labels:  markdown
Hugo Orbit Theme
Great looking resume/CV theme designed for developers.
Stars: ✭ 217 (-2.25%)
Mutual labels:  resume
Raneto
Markdown powered Knowledgebase for Nodejs
Stars: ✭ 2,451 (+1004.05%)
Mutual labels:  markdown
Lute
🎼 一款结构化的 Markdown 引擎,支持 Go 和 JavaScript。
Stars: ✭ 211 (-4.95%)
Mutual labels:  markdown
Github Markdown Toc
Easy TOC creation for GitHub README.md
Stars: ✭ 2,734 (+1131.53%)
Mutual labels:  markdown
Ai Job Resume
AI 算法岗简历模板
Stars: ✭ 219 (-1.35%)
Mutual labels:  resume
Markdeep
📝 Markdeep
Stars: ✭ 217 (-2.25%)
Mutual labels:  markdown
Markdown It Vue
The vue lib for markdown-it.
Stars: ✭ 219 (-1.35%)
Mutual labels:  markdown
Brainstorm
Project-brainstorm is a multi-purpose note-taking application which excells at free writing, prototyping, task lists and cheat sheets
Stars: ✭ 213 (-4.05%)
Mutual labels:  markdown
Mindforger Repository
MindForger documentation repository.
Stars: ✭ 221 (-0.45%)
Mutual labels:  markdown
Sublimetext Markdown Preview
markdown preview and build plugin for sublime text 2/3
Stars: ✭ 2,337 (+952.7%)
Mutual labels:  markdown
Marp
The entrance repository of Markdown presentation ecosystem
Stars: ✭ 3,378 (+1421.62%)
Mutual labels:  markdown
Typora Cobalt Theme
A dark theme for Typora with enhanced UI
Stars: ✭ 218 (-1.8%)
Mutual labels:  markdown
Markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
Stars: ✭ 2,730 (+1129.73%)
Mutual labels:  markdown

resume.md

Resume

Write your resume in Markdown, style it with CSS, output to HTML and PDF.

Prerequisites

  • Python ≥ 3.6
  • python-markdown (pip install markdown)
  • Optional, required for PDF output: Google Chrome or Chromium

Usage

  1. Download resume.py, resume.md and resume.css (or make a copy of this repository by using the template, forking, or cloning).

  2. Edit resume.md (the placeholder text is taken with thanks from the JSON Resume Project)

  3. Run python3 resume.py to build resume.html and resume.pdf.

    • Use --no-html or --no-pdf to disable HTML or PDF output.

    • Use --chrome-path=/path/to/chrome if resume.py cannot find your Chrome or Chromium executable.

Customization

Edit resume.css to change the appearance of your resume. The default style is extremely generic, which is perhaps what you want in a resume, but CSS gives you a lot of flexibility. See, e.g. The Tech Resume Inside-Out for good advice about what a resume should look like (and what it should say).

Change the appearance of the PDF version (without affecting the HTML version) by adding rules under the @media print CSS selector.

Change the margins and paper size of the PDF version by editing the @page CSS rule.

python-markdown is by default a very basic markdown compiler, but it has a number of optional extensions that you may want to enable (by adding to the list of extensions here). attr_list in particular may by useful if you are editing the CSS.

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].