diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-26 14:21:22 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-26 14:21:22 -0500 |
| commit | d3d769b26a1aa49093c4d26ea1ba6a111bcccc31 (patch) | |
| tree | 49b97446504478392f27fc528a26d7281d901aad /gen/gen_index.sh | |
| parent | e9876ed63800bb91ff0395a8863992993dc816f9 (diff) | |
add link to life lessons
Diffstat (limited to 'gen/gen_index.sh')
| -rwxr-xr-x | gen/gen_index.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gen/gen_index.sh b/gen/gen_index.sh index 7a8e58d..874bc6e 100755 --- a/gen/gen_index.sh +++ b/gen/gen_index.sh @@ -2,6 +2,8 @@ echo -e "---\ntitle: All Stories\n---\n" +echo "You can also see the stories sorted by life lessons [here](/life_lessons.html)\n" + for i in $(find md -maxdepth 1 -name "*.md" -printf '%f\n'); do ( title=$(sed -n 's/^title: //p' "md/$i") |
