summaryrefslogtreecommitdiff
path: root/rsync_to_testing
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-03-02 13:17:26 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-03-02 13:17:26 +0200
commit17dae0eaa459fdabafff1a05c524cb263b7018f6 (patch)
tree6858784b91d62d36a6c226b83cb0b7540df7c423 /rsync_to_testing
parent8ee207dc1034eeeb8f48c0c9ca58c6f29df95ae7 (diff)
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
Diffstat (limited to 'rsync_to_testing')
-rwxr-xr-xrsync_to_testing4
1 files changed, 4 insertions, 0 deletions
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