generated from 5t3ph/11ty-sass-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfeedDataFormat.js
25 lines (25 loc) · 895 Bytes
/
feedDataFormat.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
{
category: "CSS",
items: [
{
feedTitle: "11ty Rocks!",
items: [
{
feedTitle: "11ty Rocks!",
feedAuthor: "Stephanie Eckles",
siteUrl: "https://11ty.rocks/",
feedUrl: "https://11ty.rocks/feed/",
title: ".eleventy.js Config Samples",
date: "2020-11-23T00: 00: 00.000Z",
excerpt:
"A collection of filters, shortcodes, and other tips for extending 11ty, such as working with dates and extending built-in filters.\nView All Samples...",
content:
'<p>A collection of filters, shortcodes, and other tips for extending 11ty, such as working with dates and extending built-in filters.</p>\n<a href="/eleventyjs/">View All Samples</a>',
link: "https://11ty.rocks/eleventyjs/",
},
],
},
],
},
];