Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/blame/commit/b9622f75b0c90d1c2d3ec73ad730cafd3a02218b/docs/widgets/info/greeting.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/info/greeting.md

15 lines
281 B

2 years ago
---
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
2 years ago
```
Valid text sizes are `4xl`, `3xl`, `2xl`, `xl`, `md`, `sm`, `xs`.