--- layout: null permalink: ./atom.xml --- {%- assign og_image = site.og_image | default: site.author.avatar | default: site.github.owner_gravatar_url | absolute_url -%} Chulapa {{ site.time | date_to_xmlschema }} {{ page.url | absolute_url }} {{ site.title | strip_html }}{% if site.subtitle %}{{ " | " | append: site.subtitle | strip_html }}{% endif %} {% if site.subtitle -%} {{- site.subtitle | strip_html -}} {%- endif %} {{ site.author.name | default: site.github.owner_name }} {% assign authorlink = site.author.links | where_exp: "item", "item.url contains 'http'" -%} {% for link in authorlink limit: 1 -%} {{ link.url | absolute_url }} {%- endfor %} (c) {{ site.time | date: '%Y' }}, {{ site.author.name | default: site.github.owner_name }} {% if site.navbar.brand.img -%} {{- site.navbar.brand.img | absolute_url -}} {%- endif %} {{- og_image -}} {%- assign wpm = words_per_minute | default: 200 -%} {%- assign alldocs = site.documents | where_exp: "item", "item.include_on_feed == true" | where_exp: "item", "item.date != nil" | sort: 'date' | reverse -%} {%- for document in alldocs -%} {%- assign entryimg = document.og_image | default: document.header_img | absolute_url -%} {%- assign words = document.content | strip_html | number_of_words -%} {%- assign minutes = words | divided_by: wpm | ceil | at_least: 1 -%} {{ document.title | strip_html | escape }} {{ document.date | date_to_xmlschema }} {{ document.last_modified_at | default: document.date | date_to_xmlschema }} {{ document.url | replace: "index.html", "" | absolute_url | uri_escape }} {% if document.subtitle %} {{ '

' | append: document.subtitle | append: '

' | escape }} {% endif %} {% if entryimg %} {{ "" | escape }} {% endif %} {{ "

" | append: minutes | append: " min.

" | escape }} {{ document.content | markdownify | escape }}
{% assign entryauthor = document.author | default: site.author %} {{ entryauthor.name | default: site.github.owner_name }} {%- for link in entryauthor.links limit: 1 -%} {{ link.url | absolute_url }} {%- endfor -%} {{ document.excerpt | escape }} {% assign tagrss = document.tags | join: ',' | split: ',' | sort -%} {% for tag in tagrss -%} {%- endfor %}
{%- endfor -%}