another test post

This commit is contained in:
sloane 2025-01-28 18:34:45 -05:00
parent 22e6fbc3c4
commit 265bd8fd99
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ
4 changed files with 22 additions and 6 deletions

View file

@ -11,8 +11,12 @@ webmentions:
syndication:
mastodon:
endpoint: https://brid.gy/publish/mastodon
response_mapping:
syndication: $.url
bluesky:
endpoint: https://brid.gy/publish/bluesky
response_mapping:
syndication: $.url
author:
name: sloane

View file

@ -3,12 +3,16 @@ layout: default
---
<article class="h-entry">
{% if page.title || page.summary %}
<header>
{% if page.title %}
<h1 class="p-name">{{ page.title | smartify }}</h1>
{% endif %}
{% if page.summary %}
<p class="p-summary">{{ page.summary }}</p>
{% endif %}
</header>
{% endif %}
<div class="e-content">
{{ content }}

View file

@ -3,6 +3,7 @@ layout: post
title: '"Uses This"'
permalink: /uses/
date: 2024-03-09 00:00 +0000
syndicate_to: [ mastodon, bluesky ]
---
> **Have you considered adding a `/uses/` page to your own site, answering the same questions?**

View file

@ -0,0 +1,7 @@
---
layout: post
date: 2025-01-28 18:40 -0500
syndicate_to: [ mastodon, bluesky ]
---
I'm trying some things with [brid.gy](https://brid.gy) and [webmention.io](https://webmention.io). Sorry for the noise.