Relocated custom folders to a friendlier customization folder with appropriate readme

This commit is contained in:
Adarnof
2015-11-24 05:52:22 +00:00
parent b669fafad6
commit acc320a695
6 changed files with 33 additions and 2 deletions

5
customization/static/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
!README.md

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:
`customization/static/img/index_images/index_blank_bg.jpg`
This directory will get searched first for the image, then fall back to the default.