cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Rusty's website/"

Folders: cd $CURRENT && ls */ -d | sed 's/\///' | python3 $HOME/bscripts/ls_to_a.py
Files: cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py

Hello and welcome to my personal website

(if you are looking for the old index it is now here)


While you are here, feel free to navigate the site using the Folders and Files listings above

Sometimes pages will link directly to other pages (like old_index which links to another_page, or like how this page links to other pages as part of pointing stuff out)

cat $HOME/template/footer.html