23 lines
651 B
YAML
23 lines
651 B
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/configs/settings/
|
|
title: Courtyard
|
|
color: neutral
|
|
theme: dark
|
|
headerStyle: boxed
|
|
useEqualHeights: true
|
|
target: _self
|
|
background:
|
|
image: /images/castlevania3.png
|
|
blur: sm # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur
|
|
saturate: 50 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate
|
|
brightness: 50 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness
|
|
opacity: 60 # 0-100
|
|
favicon: /images/moon.png
|
|
layout:
|
|
Local Containers:
|
|
style: row
|
|
columns: 4
|
|
VPS Hosted Services:
|
|
style: row
|
|
columns: 4
|