From ae22d70b50fab633c266921dfa593429e8b1a2eb Mon Sep 17 00:00:00 2001 From: jay-tux Date: Sun, 13 Apr 2025 18:47:08 +0200 Subject: [PATCH] Renamed jaytux.com.html -> index.html --- build.sh | 2 +- jaytux.com.html => index.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename jaytux.com.html => index.html (100%) diff --git a/build.sh b/build.sh index 4003e28..89401c5 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/usr/bin/zsh -pandoc ./jaytux.com.md -s -o ./jaytux.com.html +pandoc ./jaytux.com.md -s -o ./index.html diff --git a/jaytux.com.html b/index.html similarity index 100% rename from jaytux.com.html rename to index.html