mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-10 12:57:46 +00:00
Remove multi-author testing stuff
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
---
|
||||
{
|
||||
title: "Test Collaborative Article",
|
||||
description: 'Ignore me, I am a test',
|
||||
published: '2020-06-29T22:12:03.284Z',
|
||||
authors: ['test1', 'test2'],
|
||||
tags: ['announcements'],
|
||||
attached: [],
|
||||
license: 'publicdomain-zero-1'
|
||||
}
|
||||
---
|
||||
|
||||
aaaaaaaa
|
||||
|
||||
this is just a test, with luck this will actually turn into some sort of collaborative article thing that doesn't break everything.
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.4 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.4 MiB |
@@ -89,35 +89,5 @@
|
||||
"profileImg": "./tommyemo.jpg",
|
||||
"color": "#8539EB",
|
||||
"roles": ["designer"]
|
||||
},
|
||||
{
|
||||
"id": "test1",
|
||||
"name": "Test 1",
|
||||
"firstName": "Test",
|
||||
"lastName": "One",
|
||||
"description": "Just a test, first one",
|
||||
"socials": {
|
||||
"twitter": "no",
|
||||
"github": "no"
|
||||
},
|
||||
"pronouns": "they/themselves",
|
||||
"profileImg": "./test1.png",
|
||||
"color": "#ff0000",
|
||||
"roles": ["developer"]
|
||||
},
|
||||
{
|
||||
"id": "test2",
|
||||
"name": "Test 2",
|
||||
"firstName": "Test",
|
||||
"lastName": "Two",
|
||||
"description": "Just a test, second one",
|
||||
"socials": {
|
||||
"twitter": "no",
|
||||
"github": "no"
|
||||
},
|
||||
"pronouns": "they/themselves",
|
||||
"profileImg": "./test2.png",
|
||||
"color": "#00ff00",
|
||||
"roles": ["developer"]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user