mkdocs-rss-plugin
mkdocs-rss-plugin copied to clipboard
MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).
Hello again, When there are multiple authors, the RSS email will concatenate both strings in the from field. E.G. author: - Mary Jane - Peter Parker Email = From: Mary...
Hello, My blog doesn't use the default 'blog' value. I have the folder named 'my-news' ``` docs/ my-news/ posts/ ``` in my mkdocs.yml ``` - blog: blog_dir: my-news - rss:...
Hack part-fix for #263 for info The best solution I could find quickly was to use the html output from the markdown rendering process. Seems that it rendered using the...
When using the `social` plugin in conjunction with the RSS plugin, I get a huge amount of these errors. ``` WARNING:root:Remote image could not been reached: http://127.0.0.1:8000/assets/images/social/blog/posts/14-results.png. Trying again with...
Hi, I am working on a template for creating blogs using Material for MkDocs and as part of this would like to use the fact that the blog plugin can...
Hi there, I have an RSS feed on my blog here: https://tempered.works/feed_rss_created.xml The links in the most recent post for images and other internal content are wrong - appears to...
The RSS standard specifies the author should be `[email protected] (John Doe)`. In the documents I'd like to use a username, for example the github username, as author. Would it be...
I'm migrating my blog from something else to mkdocs and my existing feed URL is simply `feed.xml`. Since I'm hosting on Github Pages I don't have the ability to configure...
In some cases, one needs to have custom feeds pertaining to a particular topic (such as for planet aggregations) and thus having category feeds is useful. This adds `category_feeds` and...
Hey, I have included this plugin today into my site (thank you for that, pretty happy with it :hugs: ). I populated the `page.meta.image` in all my sites with a...