68 lines
2.7 KiB
YAML
68 lines
2.7 KiB
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: glance-config
|
|
data:
|
|
glance.yml: |
|
|
pages:
|
|
# It's not necessary to create a new file for each page and include it, you can simply
|
|
# put its contents here, though multiple pages are easier to manage when separated
|
|
!include: home.yml
|
|
home.yml: |
|
|
- name: Home
|
|
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
|
|
# hide-desktop-navigation: true
|
|
columns:
|
|
- size: small
|
|
widgets:
|
|
- type: calendar
|
|
first-day-of-week: monday
|
|
- size: full
|
|
widgets:
|
|
- type: group
|
|
widgets:
|
|
- type: rss
|
|
limit: 10
|
|
collapse-after: 3
|
|
cache: 12h
|
|
feeds:
|
|
- url: https://www.ruxu.dev/feed.xml
|
|
title: Ruxu.dev
|
|
- url: https://simonwillison.net/atom/everything/
|
|
title: Simon Willison
|
|
- url: https://www.gilesthomas.com/feed/rss.xml
|
|
title: Giles Thomas
|
|
- url: https://huggingface.co/blog/feed.xml
|
|
title: HuggingFace Blog
|
|
- url: https://www.philschmid.de/rss
|
|
title: Phil Schmid
|
|
- url: https://www.wheresyoured.at/rss/
|
|
title: Ed Zitron
|
|
- url: https://www.seangoedecke.com/rss.xml
|
|
- type: hacker-news
|
|
- type: lobsters
|
|
- type: videos
|
|
channels:
|
|
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
|
|
- UCsBjURrPoezykLs9EqgamOA # Fireship
|
|
- UCHnyfMqiRRG1u-2MsSQLbXA # Veritasium
|
|
- UCC-lyoTfSrcJzA1ab3APAgw # LangChain
|
|
- UCkCGANrihzExmu9QiqZpPlQ # How Money Works
|
|
- UC55ODQSvARtgSyc8ThfiepQ # Sam Witteveen
|
|
- UCASM0cgfkJxQ1ICmRilfHLw # Patrick Boyle
|
|
- UCFCEuCsyWP0YkP3CZ3Mr01Q # The Plain Bagel
|
|
- UCDXTQ8nWmx_EhZ2v-kp7QxA # Ben Felix
|
|
- UCCKpicnIwBP3VPxBAZWDeNA # Money & Macro
|
|
- UCFQMnBA3CS502aghlcr0_aw # Coffeezilla
|
|
- UCsXVk37bltHxD1rDPwtNM8Q # Kurzgesagt
|
|
- UCHlNU7kIZhRgSbhHvFoy72w # HuggingFace
|
|
- UCeRjipR4_SsCddq9VZ2AeKg # LlamaIndex
|
|
- size: small
|
|
widgets:
|
|
- type: weather
|
|
location: Barcelona, Spain
|
|
units: metric # alternatively "imperial"
|
|
hour-format: 24h # alternatively "24h"
|
|
# Optionally hide the location from being displayed in the widget
|
|
# hide-location: true
|