diff --git a/content/project/resume.md b/content/project/resume.md new file mode 100644 index 0000000..bb2eca5 --- /dev/null +++ b/content/project/resume.md @@ -0,0 +1,31 @@ ++++ +title = "Resume/CV" +date = 2017-09-27T16:45:32-05:00 +draft = false + +# Tags: can be used for filtering projects. +# Example: `tags = ["machine-learning", "deep-learning"]` +tags = ["personal"] + +# Project summary to display on homepage. +summary = "Generate PDF, docx, html, and txt resume/cv from a single markdown source." + +# Optional image to display on homepage. +image_preview = "" + +# Optional external URL for project (replaces project detail page). +external_link = "https://github.com/cwpearson/resume" + +# Does the project detail page use math formatting? +math = false + +# Does the project detail page use source code highlighting? +highlight = false + +# Featured image +# Place your image in the `static/img/` folder and reference its filename below, e.g. `image = "example.jpg"`. +[header] +image = "" +caption = "" + ++++