26 lines
443 B
YAML
26 lines
443 B
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/configs/settings
|
|
|
|
providers:
|
|
openweathermap: openweathermapapikey
|
|
weatherapi: weatherapiapikey
|
|
|
|
useEqualHeights: true
|
|
|
|
target: _self
|
|
|
|
headerStyle: boxed
|
|
|
|
layout:
|
|
InfrastructureBlahBlah:
|
|
tab: first
|
|
icon: mdi-server-network
|
|
Home:
|
|
tab: first
|
|
icon: mdi-home-outline
|
|
Media:
|
|
tab: second
|
|
header: false
|
|
style: row
|
|
columns: 3 |