28 lines
660 B
YAML
28 lines
660 B
YAML
|
|
---
|
||
|
|
# 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
|