Skip to content

YaShock/YaShock.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my CV implemented in Markdown using Pandoc

To build the HTML page install pandoc and run the following command: pandoc -c styles.css -s index.md -o index.html

For a PDF build run the following command (using wkhtmltopdf as engine): pandoc -t html --css styles.css index.md -o cv.pdf --pdf-engine=wkhtmltopdf

Due to PDF ignoring @media style, a temporary work-around is to comment out @media only part to get two-column representation in the PDF.

About

My CV made with Markdown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published