feat(config): add news page and widget configuration

This commit is contained in:
Prad Nukala
2026-06-28 13:50:15 -04:00
parent f9f6e84969
commit c46e5fa1fa
14 changed files with 135 additions and 85 deletions
+16 -10
View File
@@ -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