ditch js highlighting
All checks were successful
/ build (push) Successful in 9s

This commit is contained in:
Collin Lefeber 2025-04-29 16:05:09 -04:00
parent 24b03c77c3
commit 26c99c378d
5 changed files with 94 additions and 4 deletions

View file

@ -2,3 +2,6 @@
.PHONY: all
all:
python3 ./main.py
public/pyg.css:
pygmentize -S dracula -f html -a .codehilite > ./public/pyg.css