lego/packages/txt-to-html
2019-09-05 15:57:25 +02:00
..
lektor_txt_to_html.py Fix plugin 2019-09-05 15:57:25 +02:00
LICENSE Rename plugin 2019-09-05 15:51:01 +02:00
README Rename plugin 2019-09-05 15:51:01 +02:00
README.md Rename plugin 2019-09-05 15:51:01 +02:00
setup.py Fix typo 2019-09-05 15:52:03 +02:00

Lektor XML atom feed to html

This plugin enables a way to import an atom xml feed into Lektor static website directly in the template.

Configuration

In the template where you would like to import the feed add the following:

{{ render_stream("https://blog.example.org/rss.xml")|safe }}

The plugin will add the following to your built html:

<div class="row">
  <h3>
    <a href="https://www.example.org/posts/this-is-a-post-link">
      This is a post title
    </a>
  </h3>
</div>

For each entry in your feed.