switch to using shell builtins for thought rendering

This commit is contained in:
2025-06-07 23:30:56 -07:00
parent bc40b225f0
commit 15405bf8a3
9 changed files with 9144 additions and 14 deletions

View File

@ -5,6 +5,7 @@ rm -rf site/html
mkdir -p site/{html,assets,scripts}
cp -r src/output/* site/html
echo 'html generated'
(cd ./src/scripts/builtins; ./build.sh)
cp -r src/scripts site/
echo 'scripts copied'
cp -r src/assets site/