From 6c99b63970abf9dea420a2884b00d70d9a0b0a39 Mon Sep 17 00:00:00 2001 From: Karl Haworth <58607256+karlhaworth@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:21:47 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a06dab0..fee518a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Project Overview This project allows a user to generate/build a resume (CV) PDF from website content and host a resume website put together from json files using Hugo. This reduces the duplication needed to keep a separate resume from website content updated. Sections can be hidden using certain key-value pairs. + The resume PDF rebuilds each time there is a change and can used on a wide array of free static hosting providers such as GitHub Pages, CloudFlare Pages, Netlify, and more! -This project shifted from using provider runners for build to github actions as the software stack is a little more reliable and predictable. + +This project shifted from using provider runners for build to github actions as the software stack is a little more reliable and predictable. Using headless Chromium for resume pdf generation seemed to cause issues with CloudFlare runners. ## Resume Website for Karl Haworth using Hugo