blog/Makefile
Collin Lefeber 56b47e24e4
All checks were successful
/ build (push) Successful in 9s
different themes, makefile build theme css
2025-04-29 16:37:33 -04:00

8 lines
165 B
Makefile

public/pyg.css: pygments_theme.txt
pygmentize -S "$(shell cat pygments_theme.txt)" -f html -a .codehilite > ./public/pyg.css
.PHONY: all
all:
python3 ./main.py