mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 19:46:16 +00:00
Yaml config files
Fixed some Sass issues No image... image Squished some bugs involving uploading broken files
This commit is contained in:
parent
978086f512
commit
5db8fa52e8
12 changed files with 193 additions and 56 deletions
21
gallery/user/example.yml
Normal file
21
gallery/user/example.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
# THIS IS AN EXAMPLE CONFIG, RENAME THIS TO conf.yml TO USE
|
||||
|
||||
admin:
|
||||
name: Real Person
|
||||
username: User
|
||||
email: real-email@some.place
|
||||
|
||||
upload:
|
||||
allowed-extensions:
|
||||
- png
|
||||
- jpg
|
||||
- jpeg
|
||||
- webp
|
||||
max-size: 69MB
|
||||
rename: GWA_{{username}}_{{time}}
|
||||
|
||||
website:
|
||||
name: OnlyLegs
|
||||
motto: Gwa Gwa
|
||||
language: english # Placeholder for future language support endevours
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue