26 lines
692 B
YAML
26 lines
692 B
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/configs/settings/
|
|
|
|
providers:
|
|
openweathermap: openweathermapapikey
|
|
weatherapi: weatherapiapikey
|
|
allowIframe: true
|
|
allowedHosts: www.yaobai.org
|
|
title: YBIH 业务管理中心
|
|
headerStyle: boxed # 盒子样式,更正式
|
|
theme: dark # 商务推荐深色,更有科技感
|
|
layout:
|
|
- 核心业务:
|
|
style: columns
|
|
columns: 3
|
|
- 知识管理:
|
|
style: rows
|
|
columns: 2
|
|
|
|
# 选用一个稳重的深蓝色或商务风格壁纸
|
|
background: https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2000
|
|
backgroundOpacity: 0.8
|
|
backgroundBrightness: 0.5
|
|
customJS: custom.js
|