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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4f18294..10677a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ public/ .obsidian/ + +*.sh -- cgit v1.2.3