From 265bd8fd995ae1ef517fa6ff35373f9817a41da1 Mon Sep 17 00:00:00 2001 From: sloane Date: Tue, 28 Jan 2025 18:34:45 -0500 Subject: [PATCH] another test post --- _config.yml | 4 ++++ _layouts/post.html | 16 ++++++++++------ _posts/2024-03-09-uses-this.md | 1 + _posts/2025-01-28-post.md | 7 +++++++ 4 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 _posts/2025-01-28-post.md diff --git a/_config.yml b/_config.yml index ac2042a..e5a7d51 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_layouts/post.html b/_layouts/post.html index e4e5d96..66f5bd0 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,12 +3,16 @@ layout: default ---
-
-

{{ page.title | smartify }}

- {% if page.summary %} -

{{ page.summary }}

- {% endif %} -
+ {% if page.title || page.summary %} +
+ {% if page.title %} +

{{ page.title | smartify }}

+ {% endif %} + {% if page.summary %} +

{{ page.summary }}

+ {% endif %} +
+ {% endif %}
{{ content }} diff --git a/_posts/2024-03-09-uses-this.md b/_posts/2024-03-09-uses-this.md index 4fef332..5cb7be6 100644 --- a/_posts/2024-03-09-uses-this.md +++ b/_posts/2024-03-09-uses-this.md @@ -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?** diff --git a/_posts/2025-01-28-post.md b/_posts/2025-01-28-post.md new file mode 100644 index 0000000..e1b3f8b --- /dev/null +++ b/_posts/2025-01-28-post.md @@ -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.