mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
36c049d0ef
Add a new "Interactions" section to my pages that contain both Syndication and Webmentions. Make the Syndication links u-syndication. Make both these things children of the <article> h-entry.
20 lines
1.3 KiB
Markdown
20 lines
1.3 KiB
Markdown
---
|
|
title: "Blogging as DRY"
|
|
date: 2022-11-20T11:30:33-08:00
|
|
replyURI: "https://toot.cafe/@aardrian/109365932234157083"
|
|
replyTitle: "Maintaining a blog is probably the best method I have found to honor DRY"
|
|
replyType: "SocialMediaPosting"
|
|
replyAuthor: "Adrian Rosell"
|
|
replyAuthorURI: "https://adrianroselli.com/"
|
|
syndicatedCopies:
|
|
- title: 'The Fediverse'
|
|
url: 'https://pleroma.envs.net/notice/APnxPeFcKz4HvBrckS'
|
|
- title: 'IndieNews'
|
|
url: 'https://news.indieweb.org/en'
|
|
- title: 'IndieForums'
|
|
url: 'https://www.indieforums.net'
|
|
---
|
|
The "Don't Repeat Yourself" (<abbr>DRY</abbr>) principle is my main motivation for adding content to my site---especially to [my "notes" section]({{<relref "/notes">}}). I've gone as far as linking my own website in online class discussions (not as a citation; just for <abbr>DRY</abbr>).
|
|
|
|
This also combines really well with the [Publish on your Own Site, Syndicate Elsewhere](https://indieweb.org/POSSE) (<abbr>POSSE</abbr>) principle. Often, a post of mine syndicates well to multiple destinations. I might reply to a forum on my site and syndicate it to both that forum and to the Fediverse. People reply in both places, and Webmentions aggregate them together on my site (though I often have to send myself those mentions). I only have to write something once.
|
|
|