Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/0c352b18433cff79bcb99a02a79cae6fcaa83add/docs/widgets/info/greeting.md?display=source
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
---
|
|
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`.
|