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