diff --git a/glance.yml b/glance.yml new file mode 100644 index 0000000..22e91f1 --- /dev/null +++ b/glance.yml @@ -0,0 +1,94 @@ +pages: + - name: Home + theme: + background-color: 219 16 21 + contrast-multiplier: 1.2 + primary-color: 193 43 67 + positive-color: 92 28 65 + negative-color: 354 42 56 + # 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 + + - type: rss + limit: 10 + collapse-after: 3 + cache: 12h + feeds: + - url: https://selfh.st/rss/ + title: selfh.st + limit: 4 + - url: https://www.heise.de/security/feed.xml + title: Heise Security + limit: 5 + + - size: full + widgets: + - type: search + seach-engine: startpage + new-tab: true + + - type: lobsters + sort-by: hot + tags: + - security + - linux + + - type: videos + channels: + - UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling + - UCsBjURrPoezykLs9EqgamOA # Fireship + - UCHnyfMqiRRG1u-2MsSQLbXA # Veritasium + - UCgdTVe88YVSrOZ9qKumhULQ # Hardware Haven + - UCywwEsnSmADUyhtSaq5dKNg # Zei + - UCqP87_tOqZczGdExeEz0prg # Eric Parker + + - type: group + widgets: + - type: reddit + subreddit: selfhosted + show-thumbnails: true + - type: reddit + subreddit: technology + show-thumbnails: true + - type: reddit + subreddit: homelab + show-thumbnails: true + + - size: small + widgets: + - type: weather + location: Eschenau, Germany + units: metric # alternatively "imperial" + hour-format: 24h # alternatively "24h" + # Optionally hide the location from being displayed in the widget + # hide-location: true + + - type: custom-api + title: Random Fact + cache: 3h + url: https://uselessfacts.jsph.pl/api/v2/facts/random + template: | +

{{ .JSON.String "text" }}

+ + + + + # Add more pages here: + # - name: Your page name + # columns: + # - size: small + # widgets: + # # Add widgets here + + # - size: full + # widgets: + # # Add widgets here + + # - size: small + # widgets: + # # Add widgets here \ No newline at end of file