34 lines
756 B
YAML
34 lines
756 B
YAML
---
|
|
# 頁面設定
|
|
pageInfo:
|
|
title: My Dashboard
|
|
description: Welcome to your new dashboard!
|
|
navLinks:
|
|
- title: GitHub
|
|
path: https://github.com/Lissy93/dashy
|
|
- title: Documentation
|
|
path: https://dashy.to/docs
|
|
|
|
# 應用程式區塊
|
|
sections:
|
|
- name: Getting Started
|
|
icon: fas fa-rocket
|
|
items:
|
|
- title: Dashy Documentation
|
|
description: Everything you need to know
|
|
icon: fas fa-book
|
|
url: https://dashy.to/docs
|
|
- title: Source Code
|
|
description: View on GitHub
|
|
icon: fab fa-github
|
|
url: https://github.com/Lissy93/dashy
|
|
|
|
# 主題與樣式設定
|
|
appConfig:
|
|
theme: colorful
|
|
layout: auto
|
|
iconSize: medium
|
|
language: en
|
|
editingPassword: "your_secure_password"
|
|
|