aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-08-29 16:27:05 +0200
committerWilliam Hergès <william@herges.fr>2025-08-29 16:27:05 +0200
commita8bd90850bbfd8f902010f28582955365062265c (patch)
tree2eb9aa5dca1a51043945e043ec5dd69ac651619b
parente2cdf90a4e318a10c443711bf4254410873d2d1d (diff)
docs(info): config webring in readme
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 383372f..955d364 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,14 @@ You can have as much of these as you want.
content = "YouTube"
```
+Optionally, you can add webring(s) to your page.
+```toml
+[[rings]]
+ image = "foo-ring.webp"
+ link = "ring.example.org"
+ name = "Foo ring"
+```
+
### Custom page config
You can create custom pages with a new config.
It can also be a JSON or a TOML file.