feat: add secret png page

This commit is contained in:
Daylin Morgan 2022-08-13 10:28:45 -05:00
parent 988329ee87
commit 804a95d69a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ all:
@mkdir -p docs/svg
@$(MAKE) svgs
@echo "==> Generating PNGs <=="
@cat docs/index.html | sed 's/svg/png/g' | sed 's/\.\/png/\./g' > docs/png/index.html
@mkdir -p docs/png
@$(MAKE) pngs