diff options
| author | William Hergès <william@herges.fr> | 2025-08-29 16:27:05 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-29 16:27:05 +0200 |
| commit | a8bd90850bbfd8f902010f28582955365062265c (patch) | |
| tree | 2eb9aa5dca1a51043945e043ec5dd69ac651619b | |
| parent | e2cdf90a4e318a10c443711bf4254410873d2d1d (diff) | |
docs(info): config webring in readme
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
