feeds: switch acoup.blog to the database type feed

at some point my feed script became capable of understanding his RSS :)
This commit is contained in:
Colin 2024-01-28 12:37:38 +00:00
parent bfec531fa2
commit 24c70c3683
2 changed files with 10 additions and 1 deletions

View File

@ -117,6 +117,7 @@ let
];
texts = [
(fromDb "acoup.blog/feed") # history, states. author: <https://historians.social/@bretdevereaux/following>
(fromDb "amosbbatto.wordpress.com" // tech)
(fromDb "applieddivinitystudies.com" // rat)
(fromDb "artemis.sh" // tech)
@ -188,7 +189,6 @@ let
(mkSubstack "samkriss" // humor // infrequent)
(mkText "http://benjaminrosshoffman.com/feed" // pol // weekly)
(mkText "http://boginjr.com/feed" // tech // infrequent)
(mkText "https://acoup.blog/feed" // rat // weekly)
(mkText "https://anish.lakhwara.com/home.html" // tech // weekly)
(mkText "https://forum.merveilles.town/rss.xml" // pol // infrequent) #quality RSS list here: <https://forum.merveilles.town/thread/57/share-your-rss-feeds%21-6/>
# (mkText "https://github.com/Kaiteki-Fedi/Kaiteki/commits/master.atom" // tech // infrequent)

View File

@ -0,0 +1,9 @@
{
"description": "A look at history and popular culture",
"is_podcast": false,
"site_name": "A Collection of Unmitigated Pedantry",
"site_url": "https://acoup.blog",
"title": "A Collection of Unmitigated Pedantry",
"url": "https://acoup.blog/feed/",
"velocity": 0.144
}