diff --git a/users/5kbpers.json b/users/5kbpers.json new file mode 100644 index 00000000..ab5ea59a --- /dev/null +++ b/users/5kbpers.json @@ -0,0 +1,3 @@ +{ + "copyright": "5kbpers" +} \ No newline at end of file diff --git a/users/test1.json b/users/test1.json new file mode 100644 index 00000000..e649778b --- /dev/null +++ b/users/test1.json @@ -0,0 +1,7 @@ +{ + "copyright": "test1", + "format": "html", + "license": "mit", + "theme": "default", + "gravatar": false +} \ No newline at end of file diff --git a/users/test2.json b/users/test2.json new file mode 100644 index 00000000..773da200 --- /dev/null +++ b/users/test2.json @@ -0,0 +1,7 @@ +{ + "copyright": "test2", + "format": "html", + "license": "mit", + "theme": "default", + "gravatar": true +} \ No newline at end of file diff --git a/users/test3.json b/users/test3.json new file mode 100644 index 00000000..b3755019 --- /dev/null +++ b/users/test3.json @@ -0,0 +1,8 @@ +{ + "copyright": "test3", + "email": "richiebendall@gmail.com", + "format": "html", + "license": "mit", + "theme": "richienb", + "gravatar": true +} \ No newline at end of file diff --git a/users/test4.json b/users/test4.json new file mode 100644 index 00000000..dc8b56c9 --- /dev/null +++ b/users/test4.json @@ -0,0 +1,8 @@ +{ + "copyright": "test4", + "email": "richiebendall@gmail.com", + "format": "html", + "license": "mit", + "theme": "richienb", + "gravatar": false +} \ No newline at end of file