add glance

This commit is contained in:
2025-03-17 23:26:08 +04:00
parent dbe033daa4
commit f9d4c0647e
15 changed files with 272 additions and 0 deletions

16
glance/config/glance.yml Normal file
View File

@ -0,0 +1,16 @@
server:
assets-path: /app/assets
theme:
# Note: assets are cached by the browser, changes to the CSS file
# will not be reflected until the browser cache is cleared (Ctrl+F5)
custom-css-file: /assets/user.css
background-color: 240 13 14
primary-color: 51 33 68
negative-color: 358 100 68
contrast-multiplier: 1.2
pages:
# It's not necessary to create a new file for each page and include it, you can simply
# put its contents here, though multiple pages are easier to manage when separated
!include: home.yml