mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-15 13:25:08 +01:00
Relocated custom folders to a friendlier customization folder with appropriate readme
This commit is contained in:
5
customization/static/.gitignore
vendored
Normal file
5
customization/static/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
!README.md
|
||||
7
customization/static/README.md
Normal file
7
customization/static/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user