|
@@ -28,6 +28,7 @@ settings = read_settings(f"{cwd}/settings.toml")
|
|
|
git_repo = Path(settings.git_repo).expanduser()
|
|
git_repo = Path(settings.git_repo).expanduser()
|
|
|
|
|
|
|
|
IMAGE_CACHE_PATH = f"{cwd}/static/images/cache"
|
|
IMAGE_CACHE_PATH = f"{cwd}/static/images/cache"
|
|
|
|
|
+Path(IMAGE_CACHE_PATH).mkdir(parents=True, exist_ok=True)
|
|
|
|
|
|
|
|
SIZES = {
|
|
SIZES = {
|
|
|
".": [
|
|
".": [
|