From 93fd472f353d004ae399eb1d5619539a7efe30c5 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:50:12 +0300 Subject: Major changes and the start of my post on a rust week. Changes to be committed: modified: .gitignore modified: config.toml modified: content/posts/rust.md modified: templates/404.html modified: templates/index.html new file: templates/shortcodes/image.html new file: static/css/critical.css deleted: rsync_to_testing --- rsync_to_testing | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 rsync_to_testing (limited to 'rsync_to_testing') diff --git a/rsync_to_testing b/rsync_to_testing deleted file mode 100755 index 31c7d05..0000000 --- a/rsync_to_testing +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -set -e - -zola build - -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