mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
15 lines
285 B
Markdown
15 lines
285 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`.
|