Go to file
Charles N Wyble 9555692b51 Squashed 'vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/' changes from 7454bad..1d37671
1d37671 refactor...
d617700 refactor...
659ed76 refactor...
a62bcb3 refactor...
4665979 refactor...
aa9a9a9 refactor...
9e97af3 refactor...
d9ef630 refactor...
171eb46 refactor...
1fba3a2 refactor...
5bb19c8 more refactor bits
c5b5557 True client/server refactor .
5c63ee2 True client/server refactor
7d70e0e json refactor
97fff83 json resume skeleton coming together
7f7f284 merged various additional candidate fields from the json to markdown. going to use chatgpt for the csv/json bits .
f734bc7 starting work on json resume output for use with reactive resume and fluentcv

git-subtree-dir: vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline
git-subtree-split: 1d37671cfa9e4b56894d66bb6d4f96e4626613c2
2024-12-13 13:01:31 -06:00
build Squashed 'vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/' changes from 7454bad..1d37671 2024-12-13 13:01:31 -06:00
vendor/git.knownelement.com/ExternalVendorCode/mo Squashed 'vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/' content from commit 7454bad 2024-12-10 17:11:26 -06:00
.gitignore Squashed 'vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/' changes from 7454bad..1d37671 2024-12-13 13:01:31 -06:00
LICENSE Squashed 'vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/' content from commit 7454bad 2024-12-10 17:11:26 -06:00
README.md Squashed 'vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/' content from commit 7454bad 2024-12-10 17:11:26 -06:00

MarkdownResume-Pipeline

Introduction

Resume formatting/publication/management is difficult, tedious, annoying etc. The @ReachableCEO has hacked the process and made it easy! This repository is the core build scripts, templates etc used for resume management. It's meant as one half of a complete solution.

Please see MarkdownResum-Pipeline-ClientExample repository for the other half. You would clone that repository and follow the instructions. That repository has this repository vendored into it.

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-demo.sh - End to end self contained build example for testing the repository after changes to templates.
  • build-pipeline-server.sh - Used by client repository to 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

Production Use

This system is in production use by the @ReachableCEO:

This was a labor of love by the @ReachableCEO in the hopes others can massively optimize the job hunt process.