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:
|
||||
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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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?**
|
||||
|
|
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