79 lines
1.7 KiB
YAML
79 lines
1.7 KiB
YAML
server:
|
|
assets-path: /app/assets
|
|
|
|
branding:
|
|
hide-footer: true
|
|
|
|
theme:
|
|
background-color: 203 27 9
|
|
contrast-multiplier: 1.2
|
|
primary-color: 165 78 51
|
|
positive-color: 165 78 51
|
|
negative-color: 360 100 71
|
|
disable-picker: true
|
|
custom-css-file: /global.css
|
|
|
|
pages:
|
|
- name: Home
|
|
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
|
|
hide-desktop-navigation: true
|
|
columns:
|
|
- size: small
|
|
widgets:
|
|
- type: calendar
|
|
hide-header: true
|
|
first-day-of-week: sunday
|
|
|
|
- $include: bookmarks.yml
|
|
|
|
|
|
|
|
|
|
|
|
- size: full
|
|
widgets:
|
|
- type: split-column
|
|
max-columns: 4
|
|
widgets:
|
|
- $include: plausible.yml
|
|
css-class: widget-type-plausible-prowlarr-custom
|
|
- $include: uptime.yml
|
|
css-class: widget-type-uptime-custom
|
|
- $include: services.yml
|
|
- $include: raindrop.yml
|
|
css-class: widget-type-raindrop-custom
|
|
|
|
|
|
- size: small
|
|
widgets:
|
|
- type: clock
|
|
hide-header: true
|
|
time-format: 24h
|
|
date-format: d MMMM yyyy
|
|
show-seconds: true
|
|
show-timezone: true
|
|
timezone: Europe/Istanbul
|
|
|
|
- type: weather
|
|
hide-header: true
|
|
location: ${WEATHER_LOCATION}
|
|
units: metric
|
|
hour-format: 24h
|
|
|
|
|
|
|
|
# Add more pages here:
|
|
# - name: Your page name
|
|
# columns:
|
|
# - size: small
|
|
# widgets:
|
|
# # Add widgets here
|
|
|
|
# - size: full
|
|
# widgets:
|
|
# # Add widgets here
|
|
|
|
# - size: small
|
|
# widgets:
|
|
# # Add widgets here
|