1st_config
This commit is contained in:
110
config/home.yml
110
config/home.yml
@ -7,28 +7,33 @@
|
||||
- type: calendar
|
||||
first-day-of-week: monday
|
||||
|
||||
- type: rss
|
||||
limit: 10
|
||||
collapse-after: 3
|
||||
- type: custom-api
|
||||
title: Steam Specials
|
||||
cache: 12h
|
||||
feeds:
|
||||
- url: https://selfh.st/rss/
|
||||
title: selfh.st
|
||||
- url: https://ciechanow.ski/atom.xml
|
||||
- url: https://www.joshwcomeau.com/rss.xml
|
||||
title: Josh Comeau
|
||||
- url: https://samwho.dev/rss.xml
|
||||
- url: https://ishadeed.com/feed.xml
|
||||
title: Ahmad Shadeed
|
||||
url: https://store.steampowered.com/api/featuredcategories?cc=us
|
||||
template: |
|
||||
<ul class="list list-gap-10 collapsible-container" data-collapse-after="5">
|
||||
{{ range .JSON.Array "specials.items" }}
|
||||
<li>
|
||||
<a class="size-h4 color-highlight block text-truncate" href="https://store.steampowered.com/app/{{ .Int "id" }}/">{{ .String "name" }}</a>
|
||||
<ul class="list-horizontal-text">
|
||||
<li>{{ div (.Int "final_price" | toFloat) 100 | printf "$%.2f" }}</li>
|
||||
{{ $discount := .Int "discount_percent" }}
|
||||
<li{{ if ge $discount 40 }} class="color-positive"{{ end }}>{{ $discount }}% off</li>
|
||||
</ul>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
- type: twitch-channels
|
||||
channels:
|
||||
- theprimeagen
|
||||
- j_blow
|
||||
- piratesoftware
|
||||
- cohhcarnage
|
||||
- christitustech
|
||||
- EJ_SA
|
||||
- wipr
|
||||
- mlle_sunny
|
||||
- exalts_fr
|
||||
- mistermv
|
||||
- chat_
|
||||
- aleksrakkoon
|
||||
- terael_png
|
||||
|
||||
- size: full
|
||||
widgets:
|
||||
@ -39,42 +44,65 @@
|
||||
|
||||
- type: videos
|
||||
channels:
|
||||
- UCXuqSBlHAE6Xw-yeJA0Tunw # Linus Tech Tips
|
||||
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
|
||||
- UCsBjURrPoezykLs9EqgamOA # Fireship
|
||||
- UCBJycsmduvYEL83R_U4JriQ # Marques Brownlee
|
||||
- UCHnyfMqiRRG1u-2MsSQLbXA # Veritasium
|
||||
- UCF9oGfFKmmUw7WmSjKyt2BQ # Wipr
|
||||
- UCCMxHHciWRBBouzk-PGzmtQ # Bazar du grenier
|
||||
- UCWedHS9qKebauVIK2J7383g # Underscore
|
||||
- UCrt_PUTF9LdJyuDfXweHwuQ # Plouf
|
||||
- UCOoEpLtkM4eFpToj7wXnykg # Ysos
|
||||
- UCOaAb5oXQ9x2hSmINrffWBQ # FDB
|
||||
|
||||
- type: group
|
||||
widgets:
|
||||
- type: reddit
|
||||
subreddit: technology
|
||||
show-thumbnails: true
|
||||
- type: reddit
|
||||
subreddit: selfhosted
|
||||
show-thumbnails: true
|
||||
- type: server-stats
|
||||
servers:
|
||||
- type: local
|
||||
name: Services
|
||||
|
||||
- size: small
|
||||
widgets:
|
||||
- type: weather
|
||||
location: London, United Kingdom
|
||||
location: Apt, France
|
||||
units: metric # alternatively "imperial"
|
||||
hour-format: 12h # alternatively "24h"
|
||||
# Optionally hide the location from being displayed in the widget
|
||||
# hide-location: true
|
||||
|
||||
- type: monitor
|
||||
cache: 1m
|
||||
title: Services
|
||||
sites:
|
||||
- title: Portainer
|
||||
url: https://docker.lemarechal.eu/
|
||||
icon: /assets/pdfportainer.svg
|
||||
- title: Gitea
|
||||
url: https://gitea.lemarechal.eu/
|
||||
icon: /assets/gitea-logo.svg
|
||||
- title: Komga
|
||||
url: https://komga.lemarechal.eu/
|
||||
icon: /assets/manga.png
|
||||
- title: Whiteboard
|
||||
url: https://whiteboard.lemarechal.eu/
|
||||
icon: /assets/excalidraw.svg
|
||||
- title: pdf
|
||||
url: https://pdf.lemarechal.eu/
|
||||
icon: /assets/pdf.svg
|
||||
- title: n8n
|
||||
url: https://n8n.lemarechal.eu/
|
||||
icon: /assets/n8n.svg
|
||||
- title: qr
|
||||
url: https://qr.lemarechal.eu/
|
||||
icon: /assets/qr.lemarechal.eu.png
|
||||
|
||||
- type: markets
|
||||
markets:
|
||||
- symbol: SPY
|
||||
- symbol: QVDE
|
||||
name: S&P 500
|
||||
- symbol: BTC-USD
|
||||
name: Bitcoin
|
||||
- symbol: KO
|
||||
name: CocaCola
|
||||
- symbol: NVDA
|
||||
name: NVIDIA
|
||||
- symbol: AAPL
|
||||
name: Apple
|
||||
- symbol: MSFT
|
||||
name: Microsoft
|
||||
- symbol: UBI
|
||||
name: Ubisoft
|
||||
- symbol: MBG
|
||||
name: Mercedes
|
||||
|
||||
- type: releases
|
||||
cache: 1d
|
||||
@ -84,5 +112,5 @@
|
||||
repositories:
|
||||
- glanceapp/glance
|
||||
- go-gitea/gitea
|
||||
- immich-app/immich
|
||||
- syncthing/syncthing
|
||||
- portainer/portainer
|
||||
- n8n-io/n8n
|
||||
Reference in New Issue
Block a user