From d83b1c80fd0f3f0673525602a838b794de246499 Mon Sep 17 00:00:00 2001 From: Theodore Brockman Date: Fri, 21 Jun 2024 15:33:39 -0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7c3962..a1f008d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ LICENSE_KEY="" make -s print-resume everything is generated from [`_data/resume.json`](_data/resume.json) (which does _**not**_ follow the [jsonresume](https://jsonresume.org/schema) schema) * [`resume.html`](resume.html) -> standard Jekyll HTML/CSS template -* [`resume.pdf`](resume.pdf) -> rendered using [`browserless`](https://github.com/browserless/browserless) to print `resume.html` as a PDF +* [`resume.pdf`](resume.pdf) -> rendered using [`browserless`](https://github.com/browserless/browserless) to print [`resume.html`](resume.html) as a PDF * [`resume.docx`](resume.docx) -> rendered using [`scripts/resume/go-print-docx`](scripts/resume/go-print-docx), a [`kong`](https://github.com/alecthomas/kong) cli leveraging [`unioffice`](https://unidoc.io/unioffice/) (for writing .docx) and [`goldmark`](https://github.com/yuin/goldmark) (with a custom inline markdown node -> docx renderer) * [`resume.json`](resume.json) -> copy of [`_data/resume.json`](_data/resume.json) (not symlinked -- though symlink might be possible, `TODO: verify`) \ No newline at end of file