another test post
This commit is contained in:
parent
22e6fbc3c4
commit
265bd8fd99
4 changed files with 22 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -3,12 +3,16 @@ layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
<article class="h-entry">
|
<article class="h-entry">
|
||||||
<header>
|
{% if page.title || page.summary %}
|
||||||
<h1 class="p-name">{{ page.title | smartify }}</h1>
|
<header>
|
||||||
{% if page.summary %}
|
{% if page.title %}
|
||||||
<p class="p-summary">{{ page.summary }}</p>
|
<h1 class="p-name">{{ page.title | smartify }}</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</header>
|
{% if page.summary %}
|
||||||
|
<p class="p-summary">{{ page.summary }}</p>
|
||||||
|
{% endif %}
|
||||||
|
</header>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<div class="e-content">
|
<div class="e-content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
|
@ -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?**
|
||||||
|
|
7
_posts/2025-01-28-post.md
Normal file
7
_posts/2025-01-28-post.md
Normal 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.
|
Loading…
Reference in a new issue