Added more widgets to home sidebar.
This commit is contained in:
@@ -12,3 +12,10 @@
|
|||||||
- size: full
|
- size: full
|
||||||
widgets:
|
widgets:
|
||||||
- $include: ../widgets/search.yml
|
- $include: ../widgets/search.yml
|
||||||
|
- size: small
|
||||||
|
widgets:
|
||||||
|
- $include: ../widgets/clock.yml
|
||||||
|
- $include: ../widgets/calendar.yml
|
||||||
|
- $include: ../widgets/weather-quito.yml
|
||||||
|
- $include: ../widgets/weather-seoul.yml
|
||||||
|
- $include: ../widgets/releases-followed.yml
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
- type: calendar
|
||||||
|
title: 📅 Calendar
|
||||||
|
first-day-of-week: monday
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
- type: clock
|
||||||
|
title: ⏰ Clock
|
||||||
|
hour-format: 12h
|
||||||
|
timezones:
|
||||||
|
- timezone: America/Los_Angeles
|
||||||
|
label: Los Angeles
|
||||||
|
- timezone: America/New_York
|
||||||
|
label: New York
|
||||||
|
- timezone: Europe/Paris
|
||||||
|
label: Paris
|
||||||
|
- timezone: Asia/Seoul
|
||||||
|
label: Seoul
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
- type: releases
|
||||||
|
title: 🆕 Releases
|
||||||
|
token: ${GITHUB_TOKEN}
|
||||||
|
show-source-icon: true
|
||||||
|
limit: 25
|
||||||
|
collapse-after: 10
|
||||||
|
repositories:
|
||||||
|
- glanceapp/glance
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
- type: weather
|
||||||
|
title: 🌦️ Weather [Quito]
|
||||||
|
units: metric
|
||||||
|
hour-format: 12h
|
||||||
|
hide-location: false
|
||||||
|
location: Quito, Ecuador
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
- type: weather
|
||||||
|
title: 🌦️ Weather [Seoul]
|
||||||
|
units: metric
|
||||||
|
hour-format: 12h
|
||||||
|
hide-location: false
|
||||||
|
location: Seoul, South Korea
|
||||||
Reference in New Issue
Block a user