Added a basic readme to explain how to use custom directories.

This commit is contained in:
Adarnof 2015-11-24 05:18:15 +00:00
parent 59af53537f
commit b669fafad6
4 changed files with 16 additions and 0 deletions

View File

@ -2,3 +2,4 @@
*
# Except this file
!.gitignore
!README.md

7
custom_static/README.md Normal file
View File

@ -0,0 +1,7 @@
Place your custom static files in this folder.
Maintain the folder structure of the original static folder.
For instance, if you have a custom background image for the index page, it would be located at:
custom_static/img/index_images/index_blank_bg.jpg
This directory will get searched first for the image, then fall back to the default.

View File

@ -2,3 +2,4 @@
*
# Except this file
!.gitignore
!README.md

View File

@ -0,0 +1,7 @@
Place your custom templates in this folder.
Maintain the folder structure of the original templates folder.
For instance, if you have a custom index page, it would be located at:
custom_templates/public/index.html
This directory will get searched first, then fall back to the defaults.