Add Dashboard_Containers/homepage/config/settings.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user