From c004c8c5ef3a48c02e343553fbec881aed8a22f1 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Fri, 27 Jan 2023 15:55:35 -0800 Subject: [PATCH] #79 Add Datetime widget, move greeting to bottom --- homelab/server/config/homepage/widgets.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/homelab/server/config/homepage/widgets.yaml b/homelab/server/config/homepage/widgets.yaml index 5f124c69..f65b2e5a 100644 --- a/homelab/server/config/homepage/widgets.yaml +++ b/homelab/server/config/homepage/widgets.yaml @@ -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 \ No newline at end of file + 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. \ No newline at end of file