mirror of
https://github.com/prdlk/glance.git
synced 2026-08-02 17:31:40 +00:00
feat(config): add news page and widget configuration
This commit is contained in:
+16
-10
@@ -1,7 +1,17 @@
|
||||
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
|
||||
@@ -9,14 +19,14 @@ theme:
|
||||
negative-color: 360 100 71
|
||||
|
||||
pages:
|
||||
- name: Today
|
||||
- name: News
|
||||
width: wide
|
||||
head-widgets:
|
||||
- $include: ./today/header.yml
|
||||
- $include: ./news/header.yml
|
||||
columns:
|
||||
- $include: ./today/left.yml
|
||||
- $include: ./today/main.yml
|
||||
- $include: ./today/right.yml
|
||||
- $include: ./news/left.yml
|
||||
- $include: ./news/main.yml
|
||||
- $include: ./news/right.yml
|
||||
|
||||
- name: Finance
|
||||
head-widgets:
|
||||
@@ -32,11 +42,7 @@ pages:
|
||||
- $include: ./developer/main.yml
|
||||
- $include: ./developer/right.yml
|
||||
|
||||
- name: Movies
|
||||
- name: Media
|
||||
columns:
|
||||
- $include: ./media/movies.yml
|
||||
|
||||
- name: TV
|
||||
columns:
|
||||
- $include: ./media/tv.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user