add: fediverse documentation to wiki

This commit is contained in:
Eduardo Flores 2025-01-22 14:08:55 +01:00
parent f277baeee1
commit 7db39e0b86
2 changed files with 10 additions and 0 deletions

View file

@ -87,3 +87,12 @@ You can decide the date format to apply to single posts by setting the following
[params]
singleDateFormat = '2 January 2006'
```
## Fediverse
You can include a [fediverse handle](https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/) in your posts.
```toml
[params]
fediverse: "@username@instance.url"
```

View file

@ -176,6 +176,7 @@ math: true
tags: ["database", "java"]
showTags: false
hideBackToTop: false
fediverse: "@username@instance.url"
---
```