#!./page.sh entries="$(for f in entries/*.html; do echo $(git log --pretty=format:'%ct' --follow $f | tail -n 1) $f; done | sort -nr | cut -f2- -d' ')" cat << EOF

Hi, I'm david and this is my website.

if you want to contact me, you can message me on matrix @ix:davidovski.xyz.

EOF cat << EOF

blog posts

EOF