Created
March 20, 2024 22:32
-
-
Save stringertheory/b8671841ac891040b3a7928514db4fd9 to your computer and use it in GitHub Desktop.
configuration for "RSS Please" for Letterform Archive news
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[feed]] | |
title = "Letterform Archive" | |
filename = "letterform-archive.rss" | |
user_agent = "Mozilla/5.0 RSS Please https://rsspls.7bit.org/" | |
[feed.config] | |
url = "https://letterformarchive.org/news/" | |
item = "article.post" | |
heading = ".post__title" | |
link = "h2 a" | |
summary = ".post__subtitle p" | |
# media = "figure img" | |
date = "time" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment