test: syndicate to mastodon and bluesky via brid.gy

This commit is contained in:
sloane 2025-01-28 17:16:59 -05:00
parent 85fdf3d3b1
commit 4728d71dd6
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ
5 changed files with 14 additions and 4 deletions

View file

@ -84,7 +84,6 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
racc (1.8.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
@ -129,7 +128,6 @@ GEM
google-protobuf (~> 4.29)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tomlrb (2.0.3)
unicode-display_width (2.6.0)
webrick (1.9.1)
@ -163,8 +161,6 @@ DEPENDENCIES
jekyll
jekyll-compose
logger
racc
tomlrb
webrick
BUNDLED WITH

View file

@ -1,6 +1,7 @@
url: "https://sloane.sh" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
title: "sloane.sh" # the name of your site, e.g. ACME Corp.
permalink: /:categories/:year/:month/:day/:title/index:output_ext
plugins:
- jekyll-compose

View file

@ -39,5 +39,8 @@ layout: default
<!-- </ul> -->
<!-- </dd> -->
</dl>
{% for service in page.syndicate %}
<a href="https://brid.gy/publish/{{ service }}"></a>
{% endfor %}
</footer>
</article>

View file

@ -0,0 +1,9 @@
---
layout: post
title: syndication test
date: 2025-01-28 17:08 -0500
syndicate:
- mastodon
- bluesky
---
This is a test!

View file

@ -1,6 +1,7 @@
---
layout: default
title: posts
permalink: /posts/
---
<ul>