Initial Config

This commit is contained in:
2025-10-26 16:54:51 -04:00
parent c6c4c686f0
commit a75e466c38
5 changed files with 3160 additions and 0 deletions

23
config/glance.yml Normal file
View File

@@ -0,0 +1,23 @@
server:
assets-path: /app/assets
branding:
app-name: "Sir Blob's Dash" # PWA/Tab Name
app-background-color: "#22232e" # PWA Background
theme:
contrast-multiplier: 1.5
background-color: 0 0 13
primary-color: 319 23 50 # Original lightness 81
negative-color: 78 13 70 # Original lightness 59
disable-picker: true
# 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
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