Skip to content

Instantly share code, notes, and snippets.

@myles
Created February 6, 2016 21:02
Show Gist options
  • Save myles/204de692c0b612dfb880 to your computer and use it in GitHub Desktop.
Save myles/204de692c0b612dfb880 to your computer and use it in GitHub Desktop.
Add a twtxt feed to your Jekyll website.
---
layout: null
sitemap: false
permalink: twtxt.txt
---
{% for post in site.posts limit:10 %}{{ post.date | date_to_xmlschema }} {{ post.title }} {% if post.shorturl %}{{ post.shorturl }}{% else %}{{ post.url | prepend: site.baseurl | prepend: site.url }}{% endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment