add initial content (home, about-{natalie,site}, its-laptop)

This commit is contained in:
2025-05-07 17:17:37 -07:00
parent 1faa6dad4f
commit 895e296f1a
47 changed files with 903 additions and 0 deletions

7
www/src/scripts/syntax-hl Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
tmpfile=$(mktemp)
timeout 0.6s nvim "$1" -c "autocmd LspAttach * execute 'TOhtml | w! ${tmpfile} | qa!'" >/dev/null || nvim "$1" -c "TOhtml | w! ${tmpfile} | qa!" >/dev/null
cat "${tmpfile}" | pup --pre 'style, pre' | sed '/^$/d'