diff options
author | Case Duckworth | 2022-05-25 15:47:58 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-25 15:47:58 -0500 |
commit | 3679d30dbb172f2f39825b7c2442dda9492c340f (patch) | |
tree | a1590d2e822690e1391c1850810f9b0a753e4522 | |
parent | Add "Now with a feed" post (diff) | |
download | hat-trick-3679d30dbb172f2f39825b7c2442dda9492c340f.tar.gz hat-trick-3679d30dbb172f2f39825b7c2442dda9492c340f.zip |
Add readme.txt
-rw-r--r-- | readme.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..0578a36 --- /dev/null +++ b/readme.txt | |||
@@ -0,0 +1,10 @@ | |||
1 | HAT-TRICK | ||
2 | ========= | ||
3 | another dumb ssg | ||
4 | ---------------- | ||
5 | |||
6 | I've always wanted to write a static site generator in nothing but shell, awk, | ||
7 | and make. And I think that now, I've pretty much got my dream done. There are | ||
8 | a few warts and what-not, but yeah, I feel good. | ||
9 | |||
10 | You can see the website this thing powers at https://acdw.casa. | ||