diff options
author | Case Duckworth | 2022-05-25 15:49:42 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-25 15:49:42 -0500 |
commit | 196c3d5f8d23a76c1ba71e398954cd0df3b10e50 (patch) | |
tree | aa5f46f40bf5787dadb3a51d0b327cab8b8a6654 | |
parent | Add post (diff) | |
download | hat-trick-196c3d5f8d23a76c1ba71e398954cd0df3b10e50.tar.gz hat-trick-196c3d5f8d23a76c1ba71e398954cd0df3b10e50.zip |
Convert readme.txt to HTML
Perhaps I can make cgit use ht.awk to format READMEs? That'd be neat!
-rw-r--r-- | readme.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/readme.txt b/readme.txt index 0578a36..31ed723 100644 --- a/readme.txt +++ b/readme.txt | |||
@@ -1,10 +1,9 @@ | |||
1 | HAT-TRICK | 1 | <h1>HAT-TRICK</h1> |
2 | ========= | 2 | <h2>another dumb ssg</h2> |
3 | another dumb ssg | ||
4 | ---------------- | ||
5 | 3 | ||
4 | <p> | ||
6 | I've always wanted to write a static site generator in nothing but shell, awk, | 5 | 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 | 6 | 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. | 7 | a few warts and what-not, but yeah, I feel good. |
9 | 8 | <p> | |
10 | You can see the website this thing powers at https://acdw.casa. | 9 | You can see the website this thing powers at https://acdw.casa. |