Add files via upload
This commit is contained in:
commit
00b611d753
10 changed files with 371 additions and 0 deletions
21
config/settings.yaml
Normal file
21
config/settings.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/latest/configs/settings
|
||||
|
||||
title: My Awesome Homepage!
|
||||
|
||||
background:
|
||||
image: https://cdnb.artstation.com/p/assets/images/images/006/897/659/large/mikael-gustafsson-wallpaper-mikael-gustafsson.jpg
|
||||
blur: sm # sm, md, xl... see https://tailwindcss.com/docs/backdrop-blur
|
||||
saturate: 100 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate
|
||||
brightness: 50 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness
|
||||
opacity: 100 # 0-100
|
||||
|
||||
theme: dark
|
||||
color: slate
|
||||
|
||||
useEqualHeights: true
|
||||
|
||||
providers:
|
||||
openweathermap: openweathermapapikey
|
||||
weatherapi: weatherapiapikey
|
||||
Loading…
Add table
Add a link
Reference in a new issue