Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tompollard/markdown-cv
Simple Markdown CV / Resume
https://github.com/tompollard/markdown-cv
cv markdown pandoc resume
Last synced: 6 days ago
JSON representation
Simple Markdown CV / Resume
- Host: GitHub
- URL: https://github.com/tompollard/markdown-cv
- Owner: tompollard
- License: mit
- Created: 2014-09-23T13:55:24.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T20:16:28.000Z (over 1 year ago)
- Last Synced: 2024-10-31T19:42:33.939Z (13 days ago)
- Topics: cv, markdown, pandoc, resume
- Language: TeX
- Size: 122 KB
- Stars: 110
- Watchers: 5
- Forks: 103
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
markdown-cv [![Build Status](https://travis-ci.org/tompollard/markdown-cv.svg?branch=master)](https://travis-ci.org/tompollard/markdown-cv)
===========Simple Markdown CV / Resume
## Acknowledgments
The original CV template is based on a version by Craig Eley, with a couple of minor modifications to make it run with Pandoc.
## Requirements
Requires Latex (http://latex-project.org/ftp.html) and Pandoc (http://johnmacfarlane.net/pandoc/) to be installed on your system.
## Instructions
1. Edit the source file at: /source/cv.md
2. Run 'make pdf' in the folder containing the Makefile
3. A new PDF will be generated in the /output folder### With Docker compose
If you are not feeling like install pandoc and all tooles.
Heres an docurized way to get the same result as with the make command.
All thats needed to run to create an pdf is:
> docker-compose up mdcv-pdfand the rest:
> docker-compose up mdcv-tex
> docker-compose up mdcv-docx
> docker-compose up mdcv-html
## Notes / to do
1. Create a list of useful commands
2. Create instructions for adding variables, changing style etc.
3. Add citation to related projects.