diff --git a/Makefile b/Makefile index dc701db..fe218d9 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,6 @@ .PHONY: all all: python3 ./main.py + +public/pyg.css: + pygmentize -S dracula -f html -a .codehilite > ./public/pyg.css diff --git a/index.html.tmpl b/index.html.tmpl index aca1b3f..4026b09 100644 --- a/index.html.tmpl +++ b/index.html.tmpl @@ -6,7 +6,7 @@