From 438ccac3a5e511b706fe0415a69a326e6c351cd9 Mon Sep 17 00:00:00 2001 From: Khushraj Rathod Date: Mon, 1 Jul 2019 22:46:11 +0530 Subject: [PATCH] Rename User and add JSON file --- users/holyprogrammer.json | 7 +++++++ users/khushraj.json | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 users/holyprogrammer.json delete mode 100644 users/khushraj.json diff --git a/users/holyprogrammer.json b/users/holyprogrammer.json new file mode 100644 index 00000000..0feffb0d --- /dev/null +++ b/users/holyprogrammer.json @@ -0,0 +1,7 @@ +{ + "copyright": "Khushraj Rathod", + "url": "https://holyprogrammer.github.io", + "email": "khushraj2005@gmail.com", + "theme": "dusk", + "gravatar": true +} diff --git a/users/khushraj.json b/users/khushraj.json deleted file mode 100644 index b9b310c9..00000000 --- a/users/khushraj.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "copyright": "Khushraj Rathod", - "email": "khushraj2005@gmail.com", - "theme": "material-pink" -}