blog/Makefile
Collin Lefeber 26c99c378d
All checks were successful
/ build (push) Successful in 9s
ditch js highlighting
2025-04-29 16:05:09 -04:00

7 lines
119 B
Makefile

.PHONY: all
all:
python3 ./main.py
public/pyg.css:
pygmentize -S dracula -f html -a .codehilite > ./public/pyg.css