diff --git a/.personalize.toml b/.personalize.toml
deleted file mode 100644
index 63c6607..0000000
--- a/.personalize.toml
+++ /dev/null
@@ -1,30 +0,0 @@
-Name = ""
-
-# Supports markdown
-About = ""
-
-Email = ""
-
-# Add the filename with file extension.
-Resume = ""
-
-# Sets the number of posts to display on the front page
-PostLimit = 4
-
-GoatCounterCode = ""
-
-[[profiles]]
-name = "GitHub"
-url = ""
-
-[[profiles]]
-name = "Twitter"
-url = ""
-
-[[profiles]]
-name = "Goodreads"
-url = ""
-
-[[profiles]]
-name = "LinkedIn"
-url = ""
diff --git a/README.md b/README.md
index 6067d10..5bf6f84 100644
--- a/README.md
+++ b/README.md
@@ -29,46 +29,42 @@ For more information read the [official setup guide](https://gohugo.io/overview/
To personalize the theme
-`cp themes/lekh/.personalize.toml data/personalize.toml`
+`cp themes/lekh/exampleSite/config.toml config.toml`
And then customize accordingly.
-Or simply copy the below into a new file called `data/personalize.toml` and customize accordingly.
+Or simply copy the below config and customize accordingly.
```toml
+baseURL = "http://rtiwari.me/"
+languageCode = "en-us"
+title = "Rahul Tiwari"
+theme = "lekh"
+
+[params]
Name = ""
-
-# Supports markdown
-About = ""
-
Email = ""
+Resume = "" # Add the filename with file extension.
+PostLimit = 4 # Sets the number of posts to display on the front page
+GoatCounterCode = ""
-# Add the filename with file extension.
-Resume = ""
-
-# Sets the number of posts to display on the front page
-PostLimit = 4
-
-[[profiles]]
+[[params.profiles]]
name = "GitHub"
url = ""
-[[profiles]]
+[[params.profiles]]
name = "Twitter"
url = ""
-[[profiles]]
+[[params.profiles]]
name = "Goodreads"
url = ""
-[[profiles]]
+[[params.profiles]]
name = "LinkedIn"
url = ""
-# This is the endpoint under the integrations section of the Site Code
-GoatCounterCode = ""
-
```
## Posts
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..aad1fb2
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,27 @@
+baseURL = "http://rtiwari.me/"
+languageCode = "en-us"
+title = "Rahul Tiwari"
+theme = "lekh"
+
+[params]
+Name = ""
+Email = ""
+Resume = "" # Add the filename with file extension.
+PostLimit = 4 # Sets the number of posts to display on the front page
+GoatCounterCode = ""
+
+[[params.profiles]]
+name = "GitHub"
+url = ""
+
+[[params.profiles]]
+name = "Twitter"
+url = ""
+
+[[params.profiles]]
+name = "Goodreads"
+url = ""
+
+[[params.profiles]]
+name = "LinkedIn"
+url = ""
\ No newline at end of file
diff --git a/exampleSite/data/personalize.toml b/exampleSite/data/personalize.toml
deleted file mode 100644
index 87ecb53..0000000
--- a/exampleSite/data/personalize.toml
+++ /dev/null
@@ -1,30 +0,0 @@
-Name = "Agent Smith"
-
-# Supports markdown
-About = "We're not here because we're free. We're here because we're __not__ free. There's no escaping reason. No denying purpose. Because as we both know without purpose, we would not exist.
Read more [here](https://matrix.fandom.com/wiki/Agent_Smith)"
-
-Email = "agent.smith@thematrix.com"
-
-# Add the filename with file extension.
-Resume = ""
-
-# Sets the number of posts to display on the front page
-PostLimit = 4
-
-GoatCounterCode = ""
-
-[[profiles]]
-name = "GitHub"
-url = "https://github.com/invinciblycool"
-
-[[profiles]]
-name = "Twitter"
-url = "https://twitter.com/getFANDOM"
-
-[[profiles]]
-name = "Goodreads"
-url = "https://www.goodreads.com/user/show/91520565-rahul-tiwari"
-
-[[profiles]]
-name = "LinkedIn"
-url = "https://www.linkedin.com/in/rahul-tiwari-43708b128/"
diff --git a/layouts/index.html b/layouts/index.html
index 8bf8ffe..ece3ae5 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -4,24 +4,24 @@
- | Resume | +Resume | {{ end }}
- | {{ .Site.Data.personalize.Email }} |
+ {{ .Site.Params.Email }} |
{{ end }}