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