From 76a74001aab07f042f4c43fa40601aa29b661127 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Tue, 3 Feb 2026 10:56:16 -0700 Subject: [PATCH] updated readme, finished exclusions task --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7622b9..ac335cc 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ Resume [![status-badge](https://woodpecker.ewpt3ch.dev/api/badges/2/status.svg)] ### TODO -- limit rebuild to changes in markdown folder +- ~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. -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 it outputs pdf in public/ and publishes an html available at www.ewpt3ch.dev/resume. +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.