From d8946158b04f49876cc9aff79004f92ccbea6a1c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 31 Mar 2026 21:17:13 -0500 Subject: [PATCH] feat: add homepage --- src/content/docs/applications/homepage.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/content/docs/applications/homepage.mdx diff --git a/src/content/docs/applications/homepage.mdx b/src/content/docs/applications/homepage.mdx new file mode 100644 index 0000000..36ad514 --- /dev/null +++ b/src/content/docs/applications/homepage.mdx @@ -0,0 +1,15 @@ +--- +title: Homepage +description: A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. +hero: + tagline: A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/homepage.webp + actions: + - text: Source + link: https://github.com/gethomepage/homepage + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/homepage + icon: right-arrow +---