ewpt3ch cc84cbad8d
ci/woodpecker/push/woodpecker Pipeline was successful
2026-05-12 final polish
2026-05-12 22:25:29 -06:00
2026-05-12 22:25:29 -06:00
2026-05-12 15:16:59 -06:00
2026-04-21 21:51:44 -06:00
2026-01-23 14:25:02 -07:00
2026-01-22 20:30:24 -07:00
2026-05-12 15:04:35 -06:00
2026-02-01 18:49:26 -07:00
2026-02-01 20:12:07 -07:00
2026-02-09 14:42:28 -07:00

Resume status-badge

Resume builder

TODO

  • limit rebuild to changes in markdown folder
  • get resume.html with all relevant info
  • create link to download pdf
  • create sub resumes for different roles(dev, data science, sysops) with links to the relevant html and pdf for specific job applications.

How it works

Resume(s) are written in markdown and stored in the markdown/ folder. When the project is pushed and has changes:

  • in the markdown folder
  • the src folder
  • or the message [ALL] is in a commit it outputs html and pdf files that get published at www.ewpt3ch.dev/resume.

How to use it yourself

  • clone the repo
  • replace the content in markdown folder with you own
  • replace 'name' in main.py, or import it somehow
  • edit .woodpecker.yml or create github actions etc to build and publish at you domain.
  • This doesn't have to be exclusively used for a resume, any text document that one wants to store in markdown format, in a revision control system, and published to a website with html and pdf, or without pdf, could use this.
S
Description
No description provided
Readme MIT 215 KiB
Languages
Python 72.2%
Dockerfile 27.8%