Completed config.
This commit is contained in:
+17
-6
@@ -3,20 +3,31 @@
|
|||||||
width: default
|
width: default
|
||||||
desktop-navigation-width: default
|
desktop-navigation-width: default
|
||||||
center-vertically: false
|
center-vertically: false
|
||||||
hide-desktop-navigation: false
|
hide-desktop-navigation: true
|
||||||
show-mobile-header: false
|
show-mobile-header: false
|
||||||
|
|
||||||
head-widgets:
|
head-widgets:
|
||||||
|
- $include: ../widgets/search.yml
|
||||||
|
|
||||||
columns:
|
columns:
|
||||||
- size: full
|
- size: full
|
||||||
widgets:
|
widgets:
|
||||||
- $include: ../widgets/search.yml
|
- $include: ../widgets/bookmarks/most-used.yml
|
||||||
- $include: ../widgets/bookmarks-most-used.yml
|
- $include: ../widgets/rss/selfhst.yml
|
||||||
|
- type: split-column
|
||||||
|
max-columns: 2
|
||||||
|
widgets:
|
||||||
|
- $include: ../widgets/feeds/hacker-news.yml
|
||||||
|
- $include: ../widgets/feeds/lobsters.yml
|
||||||
|
- $include: ../widgets/reddit/selfhosted.yml
|
||||||
|
- $include: ../widgets/videos/youtube-subscriptions.yml
|
||||||
- size: small
|
- size: small
|
||||||
widgets:
|
widgets:
|
||||||
- $include: ../widgets/clock.yml
|
- $include: ../widgets/clock.yml
|
||||||
- $include: ../widgets/calendar.yml
|
- $include: ../widgets/calendar.yml
|
||||||
- $include: ../widgets/weather-quito.yml
|
- $include: ../widgets/weather/quito.yml
|
||||||
- $include: ../widgets/weather-seoul.yml
|
- $include: ../widgets/weather/seoul.yml
|
||||||
- $include: ../widgets/releases-followed.yml
|
- $include: ../widgets/markets.yml
|
||||||
|
- $include: ../widgets/releases/followed.yml
|
||||||
|
- $include: ../widgets/releases/own.yml
|
||||||
|
|
||||||
|
|||||||
@@ -12,4 +12,4 @@
|
|||||||
- size: full
|
- size: full
|
||||||
widgets:
|
widgets:
|
||||||
- $include: ../widgets/search.yml
|
- $include: ../widgets/search.yml
|
||||||
- $include: ../widgets/bookmarks-most-used.yml
|
- $include: ../widgets/bookmarks/most-used.yml
|
||||||
|
|||||||
@@ -84,7 +84,6 @@
|
|||||||
icon: si:googleanalytics
|
icon: si:googleanalytics
|
||||||
- title: Umami
|
- title: Umami
|
||||||
url: https://analytics.ms-x.dev
|
url: https://analytics.ms-x.dev
|
||||||
check-url: https://analytics.ms-x.dev/login
|
|
||||||
icon: si:umami
|
icon: si:umami
|
||||||
|
|
||||||
- title: Reference
|
- title: Reference
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
- type: hacker-news
|
||||||
|
title: 📰 Hacker News
|
||||||
|
limit: 25
|
||||||
|
collapse-after: 5
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
- type: lobsters
|
||||||
|
title: 🦞 Lobsters
|
||||||
|
limit: 25
|
||||||
|
collapse-after: 5
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
- type: markets
|
||||||
|
title: 💰 Markets
|
||||||
|
sort-by: absolute-change
|
||||||
|
markets:
|
||||||
|
- symbol: SPY
|
||||||
|
name: S&P 500
|
||||||
|
- symbol: BTC-USD
|
||||||
|
name: Bitcoin
|
||||||
|
- symbol: NVDA
|
||||||
|
name: NVIDIA
|
||||||
|
- symbol: AAPL
|
||||||
|
name: Apple
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
- type: rss
|
||||||
|
title: 💻 r/selfhosted
|
||||||
|
style: vertical-list
|
||||||
|
limit: 25
|
||||||
|
collapse-after: 5
|
||||||
|
feeds:
|
||||||
|
- url: https://reddit.com/r/selfhosted.rss
|
||||||
|
title: r/selfhosted
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
- type: releases
|
- type: releases
|
||||||
title: 🆕 Releases
|
title: 🆕 Followed Releases
|
||||||
token: ${GITHUB_TOKEN}
|
token: ${GITHUB_TOKEN}
|
||||||
show-source-icon: true
|
show-source-icon: true
|
||||||
limit: 25
|
limit: 25
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
- type: releases
|
||||||
|
title: 🆕 Own Releases
|
||||||
|
token: ${GITHUB_TOKEN}
|
||||||
|
show-source-icon: true
|
||||||
|
limit: 25
|
||||||
|
collapse-after: 10
|
||||||
|
repositories:
|
||||||
|
- moonstar-x/discord-free-games-notifier
|
||||||
|
- moonstar-x/free-games-crawler
|
||||||
|
- moonstar-x/discord-tts-bot
|
||||||
|
- moonstar-x-libs/react-twitch-embed
|
||||||
|
- moonstar-x-libs/eslint-config-moonstar-x
|
||||||
|
- moonstar-x-libs/node-logger
|
||||||
|
- moonstar-x-libs/tsconfig
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
- type: repository
|
||||||
|
title: moonstar-x/discord-free-games-notifier
|
||||||
|
token: ${GITHUB_TOKEN}
|
||||||
|
repository: moonstar-x/discord-free-games-notifier
|
||||||
|
pull-requests-limit: 5
|
||||||
|
issues-limit: 5
|
||||||
|
commits-limit: -1
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
- type: repository
|
||||||
|
title: moonstar-x/discord-tts-bot
|
||||||
|
token: ${GITHUB_TOKEN}
|
||||||
|
repository: moonstar-x/discord-tts-bot
|
||||||
|
pull-requests-limit: 5
|
||||||
|
issues-limit: 5
|
||||||
|
commits-limit: -1
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
- type: repository
|
||||||
|
title: moonstar-x-libs/eslint-config-moonstar-x
|
||||||
|
token: ${GITHUB_TOKEN}
|
||||||
|
repository: moonstar-x-libs/eslint-config-moonstar-x
|
||||||
|
pull-requests-limit: 5
|
||||||
|
issues-limit: 5
|
||||||
|
commits-limit: -1
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
- type: repository
|
||||||
|
title: moonstar-x/free-games-crawler
|
||||||
|
token: ${GITHUB_TOKEN}
|
||||||
|
repository: moonstar-x/free-games-crawler
|
||||||
|
pull-requests-limit: 5
|
||||||
|
issues-limit: 5
|
||||||
|
commits-limit: -1
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
- type: repository
|
||||||
|
title: moonstar-x-libs/node-logger
|
||||||
|
token: ${GITHUB_TOKEN}
|
||||||
|
repository: moonstar-x-libs/node-logger
|
||||||
|
pull-requests-limit: 5
|
||||||
|
issues-limit: 5
|
||||||
|
commits-limit: -1
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
- type: repository
|
||||||
|
title: moonstar-x-libs/react-twitch-embed
|
||||||
|
token: ${GITHUB_TOKEN}
|
||||||
|
repository: moonstar-x-libs/react-twitch-embed
|
||||||
|
pull-requests-limit: 5
|
||||||
|
issues-limit: 5
|
||||||
|
commits-limit: -1
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
- type: repository
|
||||||
|
title: moonstar-x-libs/tsconfig
|
||||||
|
token: ${GITHUB_TOKEN}
|
||||||
|
repository: moonstar-x-libs/tsconfig
|
||||||
|
pull-requests-limit: 5
|
||||||
|
issues-limit: 5
|
||||||
|
commits-limit: -1
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
- type: rss
|
||||||
|
title: 💿 selfh.st
|
||||||
|
style: horizontal-cards
|
||||||
|
limit: 25
|
||||||
|
feeds:
|
||||||
|
- url: https://selfh.st/rss/
|
||||||
|
title: selfh.st
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
- type: videos
|
||||||
|
title: 📺 Subscriptions
|
||||||
|
limit: 100
|
||||||
|
collapse-after-rows: 5
|
||||||
|
include-shorts: false
|
||||||
|
style: grid-cards
|
||||||
|
channels:
|
||||||
|
- UC7Jwj9fkrf1adN4fMmTkpug
|
||||||
|
- UCsBjURrPoezykLs9EqgamOA
|
||||||
|
- UCGudGqToOw9hWGR88W9Jutg
|
||||||
|
- UCsXVk37bltHxD1rDPwtNM8Q
|
||||||
|
- UCJXa3_WNNmIpewOtCHf3B0g
|
||||||
|
- UCA_NMesSILCEBUJ3Qqw8muw
|
||||||
|
- UCHnyfMqiRRG1u-2MsSQLbXA
|
||||||
|
- UCsvn_Po0SmunchJYOWpOxMg
|
||||||
|
- UCO8WCQsddotuNAH6-Pb_A0Q
|
||||||
|
- UCpnkp_D4FLPCiXOmDhoAeYA
|
||||||
|
- UC2UXDak6o7rBm23k3Vv5dww
|
||||||
Reference in New Issue
Block a user