From a20892ceace06349c26abe38c409d89d2850cdb6 Mon Sep 17 00:00:00 2001 From: John Elliott Date: Sat, 9 Dec 2017 15:32:10 -0500 Subject: [PATCH] Put assets in media path --- README.md | 6 +++--- {small => media/small}/.gitkeep | 0 {storage => media/storage}/.gitkeep | 0 {stories => media/stories}/.gitkeep | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename {small => media/small}/.gitkeep (100%) rename {storage => media/storage}/.gitkeep (100%) rename {stories => media/stories}/.gitkeep (100%) diff --git a/README.md b/README.md index 2e133be..9b85068 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ The intended hardware is a Raspberry Pi 3 board, USB card reader, and USB power ```ini EXIFTOOL_PATH=/usr/local/bin/exiftool PORT=3000 -SMALL_PATH=/Users/john/code/image-hub/small -STORAGE_PATH=/Users/john/code/image-hub/storage -STORIES_PATH=/Users/john/code/image-hub/stories +SMALL_PATH=/Users/john/code/image-hub/media/small +STORAGE_PATH=/Users/john/code/image-hub/media/storage +STORIES_PATH=/Users/john/code/image-hub/media/stories OPTIMISTIC_SMALL=false SEVER_RENDER_OFF=false ``` diff --git a/small/.gitkeep b/media/small/.gitkeep similarity index 100% rename from small/.gitkeep rename to media/small/.gitkeep diff --git a/storage/.gitkeep b/media/storage/.gitkeep similarity index 100% rename from storage/.gitkeep rename to media/storage/.gitkeep diff --git a/stories/.gitkeep b/media/stories/.gitkeep similarity index 100% rename from stories/.gitkeep rename to media/stories/.gitkeep