diff options
-rw-r--r-- | .times | 5 | ||||
-rw-r--r-- | .times-ignore | 1 | ||||
-rw-r--r-- | readme.md | 9 | ||||
-rwxr-xr-x | updateTimes.sh | 4 |
4 files changed, 19 insertions, 0 deletions
diff --git a/.times b/.times new file mode 100644 index 0000000..2a7d36b --- /dev/null +++ b/.times @@ -0,0 +1,5 @@ +,1701572006,1701572898,1701572898 +.times-ignore,1701572836,1701572840,1701572840 +.times,1701572898,1701573742,1701573729 +readme.md,1701572410,1701573718,1701573720 +updateTimes.sh,1701572592,1701572893,1701572898 diff --git a/.times-ignore b/.times-ignore new file mode 100644 index 0000000..191381e --- /dev/null +++ b/.times-ignore @@ -0,0 +1 @@ +.git \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c0756ad --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +okay. listen. this is maybe the fourth or fifth independent repository for my website. i am tired of feeling the desire, nay the need, to change it. i do not know how to not be this way. + +i aspirationally *(it's a word my dear spellcheck)* named this repository "∞", which github does not like. github does not need to like it. on my laptop i did `ln -s ∞ inf` so i could easily enter the directory. it's not supposed to mean infinity, but rather *(is that redundant? but rather)* forever. "this is the last one" i decree, no one believing me. i don't even believe me. + +this is my, gennyble's, website. and a few associated files. + +i will try not to stress too much on the small things. + +i kill so many links i do not like this. \ No newline at end of file diff --git a/updateTimes.sh b/updateTimes.sh new file mode 100755 index 0000000..7576a27 --- /dev/null +++ b/updateTimes.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# used with a pre-commit hook that executes this script and then runs: +# git add .times +whenwasit --ignore .times-ignore . > .times \ No newline at end of file |