From cfbdd9a10cc373c38b8cbd0a3b9e35b1ced37463 Mon Sep 17 00:00:00 2001 From: Sitesh Shrivastava Date: Sat, 26 Apr 2014 15:57:34 +0530 Subject: [PATCH] Added user SITZ --- .gitignore | 1 + users/SITZ.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 users/SITZ.json diff --git a/.gitignore b/.gitignore index e43b0f9889..4befed30a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +.idea diff --git a/users/SITZ.json b/users/SITZ.json new file mode 100644 index 0000000000..bdec8461df --- /dev/null +++ b/users/SITZ.json @@ -0,0 +1,8 @@ +{ + "copyright": "Sitesh Shrivastava", + "url": "http://www.siteshshrivastava.com", + "email": "siteshshrivastava@gmail.com", + "format": "html", + "theme": "default", + "gravatar": true +} \ No newline at end of file