mirror of
https://github.com/prdlk/glance.git
synced 2026-08-02 17:31:40 +00:00
fix(config): remove old developer configs
This commit is contained in:
+24
-27
@@ -1,15 +1,6 @@
|
||||
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
|
||||
@@ -19,30 +10,36 @@ theme:
|
||||
negative-color: 360 100 71
|
||||
|
||||
pages:
|
||||
- name: News
|
||||
- name: Headlines
|
||||
width: wide
|
||||
head-widgets:
|
||||
- $include: ./news/header.yml
|
||||
- $include: ./headlines/header.yml
|
||||
columns:
|
||||
- $include: ./news/left.yml
|
||||
- $include: ./news/main.yml
|
||||
- $include: ./news/right.yml
|
||||
- $include: ./headlines/left.yml
|
||||
- $include: ./headlines/main.yml
|
||||
- $include: ./headlines/right.yml
|
||||
|
||||
- name: Finance
|
||||
head-widgets:
|
||||
- $include: ./finance/header.yml
|
||||
- name: Markets
|
||||
columns:
|
||||
- $include: ./finance/left.yml
|
||||
- $include: ./finance/main.yml
|
||||
- $include: ./finance/right.yml
|
||||
- $include: ./markets/left.yml
|
||||
- $include: ./markets/main.yml
|
||||
- $include: ./markets/right.yml
|
||||
|
||||
- name: Developer
|
||||
- name: Technology
|
||||
width: wide
|
||||
columns:
|
||||
- $include: ./developer/left.yml
|
||||
- $include: ./developer/main.yml
|
||||
- $include: ./developer/right.yml
|
||||
- $include: ./technology/left.yml
|
||||
- $include: ./technology/main.yml
|
||||
- $include: ./technology/right.yml
|
||||
|
||||
- name: Media
|
||||
- name: Schedule
|
||||
columns:
|
||||
- $include: ./media/movies.yml
|
||||
- $include: ./media/tv.yml
|
||||
- $include: ./schedule/left.yml
|
||||
- $include: ./schedule/main.yml
|
||||
- $include: ./schedule/right.yml
|
||||
|
||||
- name: Entertainment
|
||||
columns:
|
||||
- $include: ./entertainment/side.yml
|
||||
- $include: ./entertainment/movies.yml
|
||||
- $include: ./entertainment/tv.yml
|
||||
|
||||
Reference in New Issue
Block a user