Added custom configs.

This commit is contained in:
2026-09-18 18:42:29 -05:00
parent 8193c75f38
commit 64e06d111c
10 changed files with 270 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
- type: custom-api
title: 💡 Random Fact
cache: 1h
url: https://uselessfacts.jsph.pl/api/v2/facts/random
template: |
<p class="size-h4 color-paragraph">{{ .JSON.String "text" }}</p>