A set of scripts and template files for managing a markdown/json resume.
Go to file
Charles N Wyble 3da01fd19e Add "markdown-resume" from "https://git.knownelement.com/ExternalVendorCode/markdown-resume@master"
git-vendor-name: markdown-resume
git-vendor-dir: vendor/git.knownelement.com/ExternalVendorCode/markdown-resume
git-vendor-repository: https://git.knownelement.com/ExternalVendorCode/markdown-resume
git-vendor-ref: master
2024-12-09 16:11:16 -06:00
build and it self bootstraps now by using bash. no need ror a git checkout hook to set mo executable. :D 2024-12-09 14:51:48 -06:00
build-output 1.0 prep 2024-12-09 14:31:38 -06:00
build-temp ignore temp files 2024-12-09 14:34:20 -06:00
Templates it's full of stars... 2024-12-09 14:29:19 -06:00
vendor/git.knownelement.com/ExternalVendorCode Add "markdown-resume" from "https://git.knownelement.com/ExternalVendorCode/markdown-resume@master" 2024-12-09 16:11:16 -06:00
.gitignore ignore temp files 2024-12-09 14:34:20 -06:00
LICENSE Initial commit 2024-12-09 17:29:44 +00:00
README.md Squashed 'vendor/git.knownelement.com/ExternalVendorCode/markdown-resume/' content from commit 7a8fdff 2024-12-09 16:11:16 -06:00

MarkdownResume-Pipeline

Introduction

Resume formatting/publication/management is difficult, tedious, annoying etc. The @ReachableCEO has hacked the process and made it easy!

Quickstart

I recommend doing these steps in order for efficency.

  • Edit build/build.sh and alter the top section to refelct your information.
  • Edit Templates/WorkHistory/WorkHistory.csv
  • Create Templates/JobHistoryDetails/.md to match the value in the first field of WorkHistory.csv
  • Edit SkillsAndProjects/Projects.md
  • Edit SkillsAndProjects/Skills.csv
  • Edit Templates/CandidateInfoSheet.md
  • cd to the build directory and bash build.sh

Directory Overview

  • build: build script and associated support files.
  • build-output: markdown file for pandoc gets placed here. If you want to make formatting changes before conversion to PDF/Word, you can do so.
  • build-temp: working directory for the build process. In case you need to debug an intermediate step.
  • Templates
    • CandidateInfoSHeet: contains the markdown/yaml template files for a candidate information sheet. This allows you to produce a standardized reply to recruiters to eliminate an average of 6 emails/phone calls per inbound lead. It has a rate sheet and all the standard "matrix" tables they need to fill out for submission to an end client (or, in reality, to the US based recruiting team who interfaces with the client).
    • ContactInfo: contact info (one version for the recruiter facing resume, one version for client facing).
    • JobHistoryDetails: details for each position listed in WorkHistory/WorkHistory.csv.
    • SkillsAndProjects: This contains what the name says. Holds a skills.csv file that gets turned into a skills table and a projects file that gets placed at beginning of resume as a career highlights section.
    • WorkHistory: contains the WorkHistory.csv file used by the build script to generate Employment History section.

Build pipeline

In the build directory:

  • build.sh - Builds three assets:
    • PDF/Word for submitting to job portals
    • PDF/Word for submitting to end clients (strips cover sheet/contact info)
    • PDF of the candidate information sheet.
  • BuildTemplate-* : Templatized YAML metadata files that get rendered during the build process to be used by Pandoc.
  • resume-docx-reference.docx: Template "style" file for Word output.

Outputs

Skills

Edit the skills.csv file in SkillsAndProjects. The build scripts will turn that into a nicely formatted table in the generated PDF/Word output. Use two spaces to control line breaks. Wrapping/breaks was the trickiest part to get right.

Projects

Edit the Projects.md file in SkillsAndProjects. The build script will turn that into a career highlights section in the generated PDF/Word output.

Production Use

These assets are in production use at the ReachableCEO Career Site and uploaded to all major job portals. This was a labor of love by the @ReachableCEO in the hopes others can massively optimize the job hunt process.