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: syndication:
mastodon: mastodon:
endpoint: https://brid.gy/publish/mastodon endpoint: https://brid.gy/publish/mastodon
response_mapping:
syndication: $.url
bluesky: bluesky:
endpoint: https://brid.gy/publish/bluesky endpoint: https://brid.gy/publish/bluesky
response_mapping:
syndication: $.url
author: author:
name: sloane name: sloane

View file

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

View file

@ -3,6 +3,7 @@ layout: post
title: '"Uses This"' title: '"Uses This"'
permalink: /uses/ permalink: /uses/
date: 2024-03-09 00:00 +0000 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?** > **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.