test: syndicate to mastodon and bluesky via brid.gy
This commit is contained in:
parent
85fdf3d3b1
commit
379391194b
5 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
10
_drafts/syndication-test.md
Normal file
10
_drafts/syndication-test.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: post
|
||||
title: syndication test
|
||||
date: 2025-01-28 17:08 -0500
|
||||
syndicate:
|
||||
- mastodon
|
||||
- bluesky
|
||||
---
|
||||
|
||||
This is a test!
|
|
@ -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>
|
||||
|
|
1
posts.md
1
posts.md
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: posts
|
||||
permalink: /posts/
|
||||
---
|
||||
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue