#79 Add Datetime widget, move greeting to bottom

This commit is contained in:
Joey Hafner 2023-01-27 15:55:35 -08:00
parent 055deb70a5
commit c004c8c5ef

View File

@ -2,12 +2,9 @@
# For configuration options and examples, please see:
# https://gethomepage.dev/en/configs/widgets
- greeting:
text_size: x1
text: My name is Joey Hafner and this page links to some of the services I host. Jafner.net is my main server, which uses Docker to run all these things. Jafner.tools is hosted on a Digital Ocean droplet. Check out my socials at the bottom. This lab is always changing, and this homepage is too.
- search:
provider: google
focus: true
target: _blank
- openmeteo:
@ -16,4 +13,14 @@
longitude: -122.4443
timezone: America/Los_Angeles
units: imperial
cache: 15
cache: 15
- datetime:
text_size: x1
format:
timeStyle: short
hour12: false
- greeting:
text_size: x1
text: My name is Joey Hafner and this page links to some of the services I host. Jafner.net is my main server, which uses Docker to run all these things. Jafner.tools is hosted on a Digital Ocean droplet. Check out my socials at the bottom. This lab is always changing, and this homepage is too.