mirror of
https://github.com/prdlk/glance.git
synced 2026-08-02 17:31:40 +00:00
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
server:
|
|
assets-path: /app/assets
|
|
|
|
branding:
|
|
custom-footer: |
|
|
<p>Powered by <a href="https://github.com/glanceapp/glance">Glance</a></p>
|
|
logo-url: /assets/logo.png
|
|
favicon-url: /assets/logo.png
|
|
app-name: "My Dashboard"
|
|
app-icon-url: "/assets/app-icon.png"
|
|
app-background-color: "#151519"
|
|
|
|
theme:
|
|
custom-css-file: /assets/newspaper.css
|
|
background-color: 240 27 11
|
|
contrast-multiplier: 1.5
|
|
primary-color: 321 100 71
|
|
positive-color: 165 78 51
|
|
negative-color: 360 100 71
|
|
|
|
pages:
|
|
- name: News
|
|
width: wide
|
|
head-widgets:
|
|
- $include: ./news/header.yml
|
|
columns:
|
|
- $include: ./news/left.yml
|
|
- $include: ./news/main.yml
|
|
- $include: ./news/right.yml
|
|
|
|
- name: Finance
|
|
head-widgets:
|
|
- $include: ./finance/header.yml
|
|
columns:
|
|
- $include: ./finance/left.yml
|
|
- $include: ./finance/main.yml
|
|
- $include: ./finance/right.yml
|
|
|
|
- name: Developer
|
|
columns:
|
|
- $include: ./developer/left.yml
|
|
- $include: ./developer/main.yml
|
|
- $include: ./developer/right.yml
|
|
|
|
- name: Media
|
|
columns:
|
|
- $include: ./media/movies.yml
|
|
- $include: ./media/tv.yml
|