From f31b3176d064498f970c4d88ff7142a5480d6e5f Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:12:32 +0200 Subject: Fixing certain typography bugs and better sync upstream :p Changes to be committed: modified: content/about.md modified: content/posts/typography.md modified: rsync_to_testing --- rsync_to_testing | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rsync_to_testing') diff --git a/rsync_to_testing b/rsync_to_testing index 9e6274a..6f8a1fb 100755 --- a/rsync_to_testing +++ b/rsync_to_testing @@ -2,4 +2,6 @@ set -e -rsync -vhPr --delete-after ~/dev/blog/public ~/dev/websites/alphara +zola build + +rsync -vhPr --delete-after ~/dev/blog/public/* ~/dev/websites/alphara -- cgit v1.2.3