Skip to content

Instantly share code, notes, and snippets.

View jordanmerrick's full-sized avatar

Jordan Merrick jordanmerrick

View GitHub Profile
@jordanmerrick
jordanmerrick / feed.json
Created May 20, 2017 17:40
JSON feed template for Jekyll.
---
layout: null
---
{
"version": "https://jsonfeed.org/version/1",
"title": "{{ site.title | xml_escape }}",
"home_page_url": "{{ site.url }}",
"icon": "{{site.url }}/media/icons/apple-touch-icon.png",
"favicon": "{{ site.url }}/media/icons/favicon.ico",
"feed_url": "{{ site.url }}/feed.json",