Distinguish attachments, which are non-markdown files that should be served/copied directly, not processed into a template.

This commit is contained in:
2025-05-04 00:30:43 -05:00
parent 91ea5fbfce
commit 9e44884dde
3 changed files with 57 additions and 14 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env -S guix shell -D -f guix.scm rust-analyzer -- sh
#!/usr/bin/env -S guix shell pkg-config rust-analyzer -- sh
##!/usr/bin/env -S guix shell -D -f guix.scm rust-analyzer -- sh
##!/usr/bin/env -S guix shell -D -f guix.scm -- sh
#export LIBCLANG_PATH=$GUIX_ENVIRONMENT/lib/libclang.so
export CC=gcc