Vendor ChunkFive and highlight.js assets

- Add ChunkFive font (woff, woff2) for become manifesto
- Add highlight.js and GitHub Dark theme
- Update .gitignore to allow static/vendor/
This commit is contained in:
Russell Ballestrini 2026-01-06 12:30:18 -05:00
parent d7e74dadab
commit d8e5d52d40
6 changed files with 1233 additions and 1 deletions

3
.gitignore vendored
View file

@ -10,8 +10,9 @@ venv/
*.db
test_vault/
# Vendored dependencies
# Vendored dependencies (root level, not static/vendor)
vendor/
!static/vendor/
# IDE
.idea/