Remove multi-author testing stuff

This commit is contained in:
Alex Dueppen
2019-10-24 21:48:11 -05:00
parent 5b86c7d473
commit 4f85bf95f7
4 changed files with 0 additions and 45 deletions

View File

@@ -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

View File

@@ -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"]
}
]