RSS feeds do not use the correct image URL #15

Open
opened 2023-12-27 15:28:06 +00:00 by xrdawson · 1 comment
xrdawson commented 2023-12-27 15:28:06 +00:00 (Migrated from extrastatic.dev)

For example:

https://webiphany.com/feed.rss

<p><img src={attachments.polarised_function}/></p>

Full:

       <item>
            <title>
                A random visit to an estate sale
            </title>
            <description>
                &lt;p&gt;The problem we all faced was with over a hundred people in line before it opened at 11 was that if there were lots of good things, no one in front of us would leave early and we would be waiting a long time for the bad leftovers. Or, if we got in quickly, then it would be evidence that there was nothing good to be found.&lt;/p&gt;
&lt;p&gt;&lt;img src={attachments.polarised_function}/&gt;&lt;/p&gt;
&lt;p&gt;I recalled being in Osaka twenty years ago. There was a huge white two story building with a door and no signage. There were dozens of people waiting in line. My friend and I went into the line and asked "what is this store?" The first person in line said "I don't know, I just got in line because everyone else was." Then, the person in front of them chimed in with "I don't know either but it must be cheap."&lt;/p&gt;
&lt;p&gt;I burst out laughing when I heard these comments. I saw a pall of realization move over their faces. They had to face their empty lives in that moment.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But, now here I am. Apparently there are some art supplies. Will it be worth the wait?&lt;/p&gt;
            </description>
            <link>
                https://webiphany.com/2023-08-13-a-random-visit-to-an-estate-sale
            </link>
            <guid>
                https://webiphany.com/2023-08-13-a-random-visit-to-an-estate-sale
            </guid>
            <pubDate>
                2023-08-13
            </pubDate>
            <category>
                portland
            </category>
        </item>

This can be converted to the correct image link with _config.yml references.

For example: https://webiphany.com/feed.rss ``` &lt;p&gt;&lt;img src={attachments.polarised_function}/&gt;&lt;/p&gt; ``` Full: ``` <item> <title> A random visit to an estate sale </title> <description> &lt;p&gt;The problem we all faced was with over a hundred people in line before it opened at 11 was that if there were lots of good things, no one in front of us would leave early and we would be waiting a long time for the bad leftovers. Or, if we got in quickly, then it would be evidence that there was nothing good to be found.&lt;/p&gt; &lt;p&gt;&lt;img src={attachments.polarised_function}/&gt;&lt;/p&gt; &lt;p&gt;I recalled being in Osaka twenty years ago. There was a huge white two story building with a door and no signage. There were dozens of people waiting in line. My friend and I went into the line and asked "what is this store?" The first person in line said "I don't know, I just got in line because everyone else was." Then, the person in front of them chimed in with "I don't know either but it must be cheap."&lt;/p&gt; &lt;p&gt;I burst out laughing when I heard these comments. I saw a pall of realization move over their faces. They had to face their empty lives in that moment.&amp;nbsp;&lt;/p&gt; &lt;p&gt;But, now here I am. Apparently there are some art supplies. Will it be worth the wait?&lt;/p&gt; </description> <link> https://webiphany.com/2023-08-13-a-random-visit-to-an-estate-sale </link> <guid> https://webiphany.com/2023-08-13-a-random-visit-to-an-estate-sale </guid> <pubDate> 2023-08-13 </pubDate> <category> portland </category> </item> ``` This can be converted to the correct image link with _config.yml references.
xrdawson commented 2023-12-27 15:28:33 +00:00 (Migrated from extrastatic.dev)

changed the description

changed the description
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
svekyll/svekyll-cli#15
No description provided.