Medium Syndication Data

This commit is contained in:
Brandon Rozek 2023-02-09 20:19:30 -05:00
parent e8c9b33f2d
commit 79329aae66
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
13 changed files with 85 additions and 61 deletions

View file

@ -1,11 +1,16 @@
---
title: "Archiving Toots"
date: 2022-05-20T22:47:48-04:00
date: 2022-05-20 22:47:48-04:00
draft: false
tags: ["Hugo", "Mastodon", "Archive"]
math: false
medium_enabled: true
medium_post_id: c1b813e3dff0
tags:
- Hugo
- Mastodon
- Archive
title: Archiving Toots
---
In the spirit of [syndicating Mastodon toots](/blog/why-i-pesos-from-mastodon/)
to my own site, I wrote a Python script that turns toots into Hugo markdown
files.
@ -104,4 +109,4 @@ My full [script](https://github.com/Brandon-Rozek/website-toots/blob/main/.scrip
is on GitHub.
The script will let you know of any toot IDs that are created
and/or updated. I then add these toots to Git for version control
just like my posts.
just like my posts.