From 93a1272015c1c9f1ea875bf3a8aa6a569816b7eb Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sun, 22 Feb 2026 21:48:56 -0500 Subject: [PATCH] build --- build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9d845e7..289fb9b 100755 --- a/build.sh +++ b/build.sh @@ -1 +1,5 @@ -pandoc -s -c css/markdown.css paul_trowbridge.md -o pt.html +# prior build approach +#pandoc -s -c css/markdown.css paul_trowbridge.md -o pt.html + +# current build approach +pandoc paul_trowbridge.md -o pt.html --css styles.css --standalone