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:
parent
d7e74dadab
commit
d8e5d52d40
6 changed files with 1233 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -10,8 +10,9 @@ venv/
|
|||
*.db
|
||||
test_vault/
|
||||
|
||||
# Vendored dependencies
|
||||
# Vendored dependencies (root level, not static/vendor)
|
||||
vendor/
|
||||
!static/vendor/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue