Regenerated index

This commit is contained in:
2023-09-05 21:39:53 -05:00
parent 7d79fa5cc3
commit 34dc5f675f
5 changed files with 23 additions and 15 deletions

View File

@@ -40,6 +40,8 @@ echo $TITLES
*Date:* `date +'%Y/%m/%d'`
*Author:* Tristan Ancelet
= $PAGE_TITLE =
EOF
return 0
@@ -69,7 +71,7 @@ for file in ${blog_files[@]}; do
FILENAME="$(basename $file)"
DATE="$(grep -i 'date:' $file | grep -Eo '[0-9]{4}/[0-9]{2}/[0-9]{2}')"
echo "[[$FILENAME|$TITLE ($DATE)]]"
echo -e "- [[$FILENAME|$TITLE ($DATE)]] \n"
done
`