This commit is contained in:
Richie Bendall 2019-09-30 18:16:22 +13:00
commit c071817640
No known key found for this signature in database
GPG key ID: 1C6A99DFA9D306FC
5 changed files with 33 additions and 0 deletions

3
users/5kbpers.json Normal file
View file

@ -0,0 +1,3 @@
{
"copyright": "5kbpers"
}

7
users/test1.json Normal file
View file

@ -0,0 +1,7 @@
{
"copyright": "test1",
"format": "html",
"license": "mit",
"theme": "default",
"gravatar": false
}

7
users/test2.json Normal file
View file

@ -0,0 +1,7 @@
{
"copyright": "test2",
"format": "html",
"license": "mit",
"theme": "default",
"gravatar": true
}

8
users/test3.json Normal file
View file

@ -0,0 +1,8 @@
{
"copyright": "test3",
"email": "richiebendall@gmail.com",
"format": "html",
"license": "mit",
"theme": "richienb",
"gravatar": true
}

8
users/test4.json Normal file
View file

@ -0,0 +1,8 @@
{
"copyright": "test4",
"email": "richiebendall@gmail.com",
"format": "html",
"license": "mit",
"theme": "richienb",
"gravatar": false
}