#!./page.sh -s 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. i'm interested in all things esoteric as well as writing "shell scripts" and playing around with free software

EOF cat << EOF

blog posts

EOF cat << EOF

donate

if you like what i do and you want to support me, consider donating Monero

49ECi71yshT6kvzFJKyvVDXLarVp9EGR54ZUw9ebqPetKn2kbaRavFG4FCG4MALkGXVZ16KM5c92MJ7vDWL7iwFs66Q1UQ2

contact

if you want to contact me, you can message me on matrix @ix:davidovski.xyz or via the email linked at the top of the page.

EOF