73 lines
3.2 KiB
TypeScript
73 lines
3.2 KiB
TypeScript
export const fakePosts = [
|
|
{
|
|
title: 'Sed ut perspiciatis unde',
|
|
blurb:
|
|
'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.',
|
|
image: '/assets/DemoSkeletonText/scenery/1.png',
|
|
date: '01/04/2021',
|
|
},
|
|
{
|
|
title: 'But I must explain to you',
|
|
blurb:
|
|
'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth',
|
|
image: '/assets/DemoSkeletonText/scenery/2.png',
|
|
date: '23/02/2021',
|
|
},
|
|
{
|
|
title: 'Far far away, behind the word',
|
|
blurb:
|
|
'Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.',
|
|
image: '/assets/DemoSkeletonText/scenery/3.png',
|
|
date: '18/02/2021',
|
|
},
|
|
{
|
|
title: 'A wonderful serenity',
|
|
blurb:
|
|
'A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot.',
|
|
image: '/assets/DemoSkeletonText/scenery/4.png',
|
|
date: '09/02/2021',
|
|
},
|
|
{
|
|
title: 'Morning troubled dreams',
|
|
blurb:
|
|
'One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head.',
|
|
image: '/assets/DemoSkeletonText/scenery/5.png',
|
|
date: '01/02/2021',
|
|
},
|
|
{
|
|
title: 'The quick brown fox',
|
|
blurb:
|
|
'The quick, brown fox jumps over a lazy dog. DJs flock by when MTV ax quiz prog. Junk MTV quiz graced by fox whelps. Bawds jog, flick quartz, vex nymphs.',
|
|
image: '/assets/DemoSkeletonText/scenery/6.png',
|
|
date: '14/01/2021',
|
|
},
|
|
{
|
|
title: 'Lorem ipsum dolor',
|
|
blurb:
|
|
'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes.',
|
|
image: '/assets/DemoSkeletonText/scenery/7.png',
|
|
date: '04/01/2021',
|
|
},
|
|
{
|
|
title: 'Lorem ipsum dolor',
|
|
blurb:
|
|
'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes.',
|
|
image: '/assets/DemoSkeletonText/scenery/8.png',
|
|
date: '04/01/2021',
|
|
},
|
|
{
|
|
title: 'Lorem ipsum dolor',
|
|
blurb:
|
|
'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes.',
|
|
image: '/assets/DemoSkeletonText/scenery/9.png',
|
|
date: '04/01/2021',
|
|
},
|
|
{
|
|
title: 'Lorem ipsum dolor',
|
|
blurb:
|
|
'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes.',
|
|
image: '/assets/DemoSkeletonText/scenery/10.png',
|
|
date: '04/01/2021',
|
|
},
|
|
];
|