-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
30 lines (30 loc) · 1.27 KB
/
data.js
File metadata and controls
30 lines (30 loc) · 1.27 KB
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
26
27
28
29
30
const articles = [
{
id: 1,
title: "the WET Codebase, and how to use it for flexing",
date: new Date(2020, 9, 4),
length: 11,
snippet: `I'm baby ramps kombucha gluten-free ennui swag tattooed street art. Marfa biodiesel letterpress blue bottle subway tile, pop-up pok pok of.`,
},
{
id: 2,
title: "goodbye, clean code. hello, shitposting",
date: new Date(2019, 10, 22),
length: 5,
snippet: `Biodiesel artisan seitan plaid sriracha copper mug venmo shabby chic. Kickstarter raclette kombucha, yr post-ironic jianbing try-hard flexitarian vaporware normcore.`,
},
{
id: 3,
title: "my decade in review, you can skip this one",
date: new Date(2018, 7, 11),
length: 5,
snippet: `Direct trade shabby chic four dollar toast, tilde actually try-hard bicycle rights aesthetic forage. Meditation keytar asymmetrical tacos artisan truffaut. Pabst jean shorts roof party scenester.`,
},
{
id: 4,
title: "what are the REACT team principles, and why nobody cares",
date: new Date(2015, 5, 4),
length: 5,
snippet: `Selvage street art hammock affogato VHS. Mustache shaman literally wayfarers schlitz. Direct trade four loko narwhal VHS pop-up, chartreuse trust fund typewriter street art swag thundercats art party.`,
},
];