Update Home

Nathan Upchurch 2024-07-09 13:03:32 -04:00
parent dda242b40f
commit a8991d5b0f

@ -27,7 +27,7 @@ webrings: [
nextURL: "https://fediring.net/next?host=nathanupchurch.com" nextURL: "https://fediring.net/next?host=nathanupchurch.com"
} }
] ]
```
## Mastodon Integration ## Mastodon Integration
Integrate Mastodon toots into blog posts. Integrate Mastodon toots into blog posts.
@ -41,6 +41,7 @@ For example:
{% toot "lounge.town", "112672230453089386" %} {% toot "lounge.town", "112672230453089386" %}
``` ```
Embedded toots are live, so if the toot or instance is not reachable, the toot will not be shown on the page. I haven't built any error handling for this yet. Embedded toots are live, so if the toot or instance is not reachable, the toot will not be shown on the page. I haven't built any error handling for this yet.
### Adding comments via Mastodon ### Adding comments via Mastodon
Simply add a toot ID to a post's frontmatter using the `mastodon_id` key in order to enable commenting via Mastodon: Simply add a toot ID to a post's frontmatter using the `mastodon_id` key in order to enable commenting via Mastodon: