From 7e94f9ffd3190e9c748772fa8666857b1ca2a281 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 25 May 2026 19:44:46 +0000 Subject: [PATCH] Add Dashboard_Containers/homepage/config/settings.yaml --- .../homepage/config/settings.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Dashboard_Containers/homepage/config/settings.yaml diff --git a/Dashboard_Containers/homepage/config/settings.yaml b/Dashboard_Containers/homepage/config/settings.yaml new file mode 100644 index 0000000..e09cace --- /dev/null +++ b/Dashboard_Containers/homepage/config/settings.yaml @@ -0,0 +1,28 @@ +--- +# Homepage Global Settings +# https://gethomepage.dev/configs/settings/ + +title: Home +description: My Homelab Dashboard + +# Set the background image (optional) +# background: /images/background.jpg + +# Color theme: slate, gray, zinc, neutral, stone, red, orange, yellow, +# green, teal, cyan, sky, blue, indigo, violet, purple, fuchsia, pink, rose +color: slate + +# Light / dark / system +theme: dark + +# Use a 5-column layout instead of default 4 +fiveColumns: false + +# Hide the Homepage version in the footer +hideVersion: true + +# Show/hide the search bar +quicklaunch: + searchDescriptions: true + hideInternetSearch: false + showSearchSuggestions: true \ No newline at end of file