different themes, makefile build theme css
All checks were successful
/ build (push) Successful in 9s

This commit is contained in:
Collin Lefeber 2025-04-29 16:37:33 -04:00
parent 1dea87892f
commit 56b47e24e4
5 changed files with 91 additions and 85 deletions

View file

@ -1,7 +1,8 @@
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
public/pyg.css:
pygmentize -S dracula -f html -a .codehilite > ./public/pyg.css