From a3d0b71b39473f8aadf98b326ee81f92219e0c70 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Mon, 9 Feb 2026 14:11:13 -0700 Subject: [PATCH] added "make it your own" instructions to README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30a32d4..877fcff 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,19 @@ Resume [![status-badge](https://woodpecker.ewpt3ch.dev/api/badges/2/status.svg)] ### TODO - ~limit rebuild to changes in markdown folder~ -- get resume.html with all relevant info -- create link to download pdf +~ - 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](https://www.markdownguide.org/) 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.