From 17dae0eaa459fdabafff1a05c524cb263b7018f6 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sat, 2 Mar 2024 13:17:26 +0200 Subject: Modularity within config.toml to allow for meta tag customizations. Changes to be committed: modified: config.toml modified: rsync_to_testing modified: templates/404.html modified: templates/index.html modified: templates/page.html modified: templates/tags/single.html --- rsync_to_testing | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rsync_to_testing') diff --git a/rsync_to_testing b/rsync_to_testing index 08f5b04..31c7d05 100755 --- a/rsync_to_testing +++ b/rsync_to_testing @@ -9,3 +9,7 @@ rm -rf ~/dev/websites/alphara rsync -vhPrtz --delete-after ~/dev/blog/public/* ~/dev/websites/alphara rm -rf ~/dev/blog/public + +if [ "$1" = "fast-forward" ]; then + ~/dev/websites/rsync_everything +fi -- cgit v1.2.3