From 0a14ee9c34af7eccaa19d95422b4ff20e2b4d91e Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 25 Oct 2021 18:48:12 +0100 Subject: Fix date for pdfs post, and fix deploy script --- content/posts/pdfs/index.md | 2 +- deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/pdfs/index.md b/content/posts/pdfs/index.md index 19e27b3..19630c9 100644 --- a/content/posts/pdfs/index.md +++ b/content/posts/pdfs/index.md @@ -1,6 +1,6 @@ --- title: "Making great PDFs for OCRed works" -date: 2021-10-11 +date: 2021-10-25 categories: [pdf, software, code] --- Recently we have been putting some effort into improving the PDF diff --git a/deploy.sh b/deploy.sh index bef36e4..429fd4b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -3,4 +3,4 @@ d=`dirname "$0"` cd "$d" || exit 1 hugo || exit 1 -echo rsync -avz public/* nwhite_rescribe@ssh.phx.nearlyfreespeech.net:blog.rescribe.xyz/ +rsync -avz public/* nwhite_rescribe@ssh.phx.nearlyfreespeech.net:blog.rescribe.xyz/ -- cgit v1.2.1-24-ge1ad