mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
14 lines
281 B
Markdown
14 lines
281 B
Markdown
---
|
|
title: Greeting
|
|
description: Greeting Information Widget Configuration
|
|
---
|
|
|
|
This allows you to display simple text, can be configured like so:
|
|
|
|
```yaml
|
|
- greeting:
|
|
text_size: xl
|
|
text: Greeting Text
|
|
```
|
|
|
|
Valid text sizes are `4xl`, `3xl`, `2xl`, `xl`, `md`, `sm`, `xs`.
|