https://github.com/rfpludwick/resume
My resume, written in templates & Go
https://github.com/rfpludwick/resume
go golang resume templates
Last synced: about 1 month ago
JSON representation
My resume, written in templates & Go
- Host: GitHub
- URL: https://github.com/rfpludwick/resume
- Owner: rfpludwick
- License: apache-2.0
- Created: 2022-06-22T18:57:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T18:13:14.000Z (over 1 year ago)
- Last Synced: 2025-03-08T19:21:47.284Z (over 1 year ago)
- Topics: go, golang, resume, templates
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Robert's Resume Generator
This is my resume, written in a combination of YAML & Go. Rather than keep various
versions of my resume available for different situations (career, volunteering, etc),
I decided to rewrite my entire resume in YAML and then to use Go to generate whichever
version of a resume I need. As of right now, I can only generate my career resume,
though I intend to add more functionality to eventually generate other versions
as necessary.
My resume and software are all open source, so feel free to use this repository
as a guideline for how you may want to implement your own resume generation system.
I do ask that you not adopt the entire style of my resume, however. I cannot stop
you from doing so, but please make some changes so your format is distinct from
my own.
As of right now, this generator does **not** work with the resume JSON Spec. That
may be a future feature addition.
## Configurations
- All of my history is in the `/conf/` directory.
- The `/controls/` subdirectory controls the generation of the resume with configurable
options.
- The `/resume/` subdirectory contains all of my career.