Add glance.yml
This commit is contained in:
+94
@@ -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: |
|
||||
<p class="size-h4 color-paragraph">{{ .JSON.String "text" }}</p>
|
||||
|
||||
|
||||
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user