mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
New note: blogging as DRY
This commit is contained in:
parent
bf0f039982
commit
ffeba588ac
1 changed files with 12 additions and 0 deletions
12
content/notes/blogging-as-dry.md
Normal file
12
content/notes/blogging-as-dry.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
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/"
|
||||
---
|
||||
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.
|
Loading…
Reference in a new issue