different themes, makefile build theme css
All checks were successful
/ build (push) Successful in 9s
All checks were successful
/ build (push) Successful in 9s
This commit is contained in:
parent
1dea87892f
commit
56b47e24e4
5 changed files with 91 additions and 85 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue