Need help with RSS feed and images in posts #363
Replies: 3 comments 3 replies
-
Hello! To enable RSS, you need to configure Zola and tabi. The only tabi setting needed is On the Zola side, in generate_feeds = true For Zola 0.19.x. If you're using Zola 0.18.x, the setting is singular: generate_feed = true For the images, try The Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
By the way, you might find this useful: https://www.getzola.org/documentation/content/overview/#asset-colocation Particularly if you're going to use many images/content per post. |
Beta Was this translation helpful? Give feedback.
-
I found only a warning sign from your posts. Red for danger and a green or blue for a note would be cool. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In config.toml I have feed_icon set to true. Do I need to do something else for RSS icon and link? I want to enable RSS
Another issue I'm facing is with Images. I have added all the images in static/img in my posts I'm trying to add images using markdown which is

How can I add images correctly? This doesn't seem to work for meBeta Was this translation helpful? Give feedback.
All reactions