overview: update README information

This commit is contained in:
Trianta 2024-07-28 21:27:09 -05:00
parent ab9eac4adc
commit 6bcda7093a

View File

@ -1,10 +1,9 @@
# markdown-resume Trianta
The simplest possible resume workflow from markdown source. =======
System Adminstrator and Software Developer that enjoys testing new ideas for a better computer experience.
Changing the content or styling of a resume or CV is a relatively common event that can be a frustrating, time-consuming hassle. This repo contains starter files for the simplest possible workflow where resume *content* is maintained in a simple markdown file and generating `.html`, `.pdf` and `.docx` output formats can be automated with two tools: `pandoc` and `wkhtmltopdf`. Extras
------
**Still trying to decide if this is the workflow for you? Here are the original markdown files and the three output files for your persual**: - Personal Website: trianta.dev
- GitHub: github.com/trimutex
[Markdown](resume.md) . [HTML](resume.html) . [PDF](resume.pdf) . [Word Doc](resume.docx) - E-mail: gregcraw2001@gmail.com
[Full work flow details](http://sdsawtelle.github.io/blog/output/simple-markdown-resume-with-pandoc-and-wkhtmltopdf.html) are contained in a short blog post.