diff --git a/.gitignore b/.gitignore index c0b553e..4d9b16c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /cards/ __pycache__ *.pyc - +*.svg diff --git a/config.py b/config.py index ecd7b5f..d847e0e 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,5 @@ cache = False resourcedir = "resources/" carddir = "cards/" +svgdir = "svgs/" prettifyHTML = False#requires html5print module, only applies to html processed by airspeed