Advertisement
beatznbleepz

settings.yaml

Aug 14th, 2024
1,463
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.91 KB | Source Code | 1 0
  1. settings.yaml
  2.  
  3. # General Settings
  4. title: Homepage Highland Escape
  5. theme: dark
  6. color: zinc
  7. headerStyle: clean
  8. useEqualHeights: true #<- This is a must!
  9. hideVersion: true
  10. target: _self
  11.  
  12. providers:
  13.   openweathermap: openweathermapapikey
  14.   weatherapi: weatherapiapikey
  15.  
  16. # layout: the order to show each of the sections defined in services.yaml
  17. # headers / labels are hidden - number of columns per section is set here
  18.  
  19. layout:
  20.  
  21.   "HE-Resources":
  22.     header: false
  23.     style: row
  24.     columns: 4
  25.   "HB-Resources":
  26.     header: false
  27.     style: row
  28.     columns: 4  
  29.   "Servers & Networking":
  30.     header: false
  31.     style: row
  32.     columns: 5
  33.   "Services":
  34.     header: false
  35.     style: row
  36.     columns: 4
  37.   "Files1":
  38.     header: false
  39.     style: row
  40.     columns: 2
  41.   "Media Finders":
  42.     header: false
  43.     style: row
  44.     columns: 3
  45.   "Files2":
  46.     header: false
  47.     style: row
  48.     columns: 3  
  49.  
Tags: Config yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement