aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.