diff --git a/users/flesch.json b/users/flesch.json index 3d006e84..a7921629 100644 --- a/users/flesch.json +++ b/users/flesch.json @@ -1,4 +1,5 @@ { "copyright": "John Flesch, http://fles.ch", - "url": "http://fles.ch" + "url": "http://fles.ch", + "theme": "flesch" } diff --git a/users/frozzare.json b/users/frozzare.json new file mode 100644 index 00000000..c0ed8c09 --- /dev/null +++ b/users/frozzare.json @@ -0,0 +1,5 @@ +{ + "copyright": "Fredrik Forsmo, http://forsmo.me", + "url": "http://forsmo.me", + "theme": "flesch" +} \ No newline at end of file diff --git a/users/mheap.json b/users/mheap.json new file mode 100644 index 00000000..d2b54140 --- /dev/null +++ b/users/mheap.json @@ -0,0 +1,5 @@ +{ + "copyright": "Michael Heap, http://michaelheap.com", + "url": "http://michaelheap.com", + "theme": "default" +} diff --git a/users/ndw.json b/users/ndw.json new file mode 100644 index 00000000..367ee4a6 --- /dev/null +++ b/users/ndw.json @@ -0,0 +1,5 @@ +{ + "copyright": "Norman Walsh, http://nwalsh.com/", + "url": "http://nwalsh.com/", + "theme": "flesch" +} diff --git a/users/simon.json b/users/simon.json new file mode 100644 index 00000000..5bf1bd14 --- /dev/null +++ b/users/simon.json @@ -0,0 +1,3 @@ +{ + "copyright": "Simon MacDonald, http://simonmacdonald.com" +} diff --git a/users/vsr.json b/users/vsr.json new file mode 100644 index 00000000..2c5c1abc --- /dev/null +++ b/users/vsr.json @@ -0,0 +1,4 @@ +{ + "copyright": "Vinay Raikar, http://vinayraikar.com", + "url": "http://vinayraikar.com" +}