diff --git a/LICENSE b/LICENSE
index 6bf8c5c..46fe619 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,21 +1,20 @@
-MIT License
+The MIT License (MIT)
-Copyright (c) 2019 Hadi Sinaee
+Copyright (c) 2019 YOUR_NAME_HERE
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
index f03fe92..811539d 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,171 @@
-# avicenna
-minimal academic page for students
+# Avicenna Theme
+A minimal academic page for academics built with Hugo.
+
+> This theme hugely benefits from `Ezhil Theme`. I just made some changes to create `avicenna`.
+
+
+
+
+
+
+# Features
+* Minimal, Responsive, and Clean
+* Single File Configuration
+* Supports Social Links
+* Supports Publication Listing
+* Supports Project Listing
+* Supports Google Analytics
+* Supports Hugo RSS feeds
+
+# How To Install `Avicenna`?
+> I assume that you know to start with `Hugo`. If you do not know how to run a website with `Hugo`, please read its [quick start](https://gohugo.io/getting-started/quick-start/).
+
+```bash
+cd themes
+git clone https://github.com/hadisinaee/avicenna.git
+```
+
+# Sample Configuration
+```toml
+# your page address
+baseURL = "https://example.edu"
+languageCode = "en-us"
+title = "Your Name"
+theme = "avicenna"
+googleAnalytics = "UA-1234-6"
+timeout=3000
+
+[params]
+ # your profile picture should be under "static" folder
+ profile_image="YourProfileImage.jpg"
+ subtitle= "PhD Student"
+ interests="Deep Reinforcement Learning, Machine Learning "
+ # your cv file should be under "static" folder
+ cv_name= "YourCVNameFile.pdf"
+ blog="http://myblog.edu"
+
+[[params.affilation]]
+ name = "Stanford University"
+ position = "PhD Student"
+ contact = "hadi@cs.stanford.edu"
+
+[[params.affilation]]
+ name = "MyCoolStartup"
+ position = "Co-Founder"
+ contact = "hadi@mycoolstartup.ai"
+
+[[params.social]]
+ name = "GitHub"
+ icon = "github"
+ url = "https://github.com/hadisinaee"
+
+[[params.social]]
+ name = "Twitter"
+ icon = "twitter"
+ url = "https://twitter.com/hadisinaee"
+
+
+[[params.social]]
+ name = "LinkedIn"
+ icon = "linkedin"
+ url = "https://linkedin.com/in/hadisinaee/"
+
+[[params.introduction.paragraph]]
+ text="""Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+ Nunc scelerisque viverra mauris in aliquam sem fringilla ut morbi. Integer feugiat scelerisque varius morbi enim.
+ A diam maecenas sed enim ut sem viverra. Orci eu lobortis elementum nibh tellus.
+ Egestas sed sed risus pretium quam vulputate dignissim suspendisse in.
+ Accumsan sit amet nulla facilisi morbi tempus iaculis urna. Condimentum lacinia quis vel eros donec.
+ """
+[[params.introduction.paragraph]]
+ text=""" Pellentesque nec nam aliquam sem et tortor consequat id porta.
+ Viverra suspendisse potenti nullam ac. Leo vel orci porta non pulvinar neque laoreet.
+ Nulla facilisi nullam vehicula ipsum a arcu. Tempus egestas sed sed risus pretium quam vulputate dignissim suspendisse.
+ Ullamcorper velit sed ullamcorper morbi tincidunt ornare. Dui sapien eget mi proin sed libero.
+ Quam pellentesque nec nam aliquam sem et tortor consequat id. Aliquet lectus proin nibh nisl.
+ """
+
+
+[[params.projects]]
+ [[params.projects.project]]
+ name = "my first cool project title"
+ description = "Enim facilisis gravida neque convallis a. Suspendisse potenti nullam ac tortor vitae purus faucibus ornare suspendisse.Velit egestas dui id ornare arcu odio ut sem. Nec nam aliquam sem et tortor. In nisl nisi scelerisque eu ultrices vitae auctor."
+ project_page = "https://myprojecthomepage.com"
+ code_link = "https://coderepo.com"
+ blog_link = "https://ablogpost.com"
+
+ [[params.projects.project]]
+ name = "my second cool project title"
+ description = ""
+ project_page = "https://myprojecthomepage.com"
+ code_link = "https://coderepo.com"
+ blog_link = ""
+
+ [[params.projects.project]]
+ name = "my third cool project title"
+ description = ""
+ project_page = "https://myprojecthomepage.com"
+ code_link = ""
+ blog_link = "https://ablogpost.com"
+
+[[params.publications]]
+ year="Preprint"
+
+ [[params.publications.paper]]
+ name = "My Publication Title 1"
+ authors = "Author 1, Author 2, __ME__"
+ dest = "Journal/Conference"
+ link = "https://mypaperishere.com"
+ code_link = "https://thecoderepo.com"
+ blog_link = "https://myblogaboutit.com"
+
+ [[params.publications.paper]]
+ name = "My Publication Title 2"
+ authors = "__ME__, Author 1, Author 2"
+ dest = "Journal/Conference"
+ link = "https://mypaperishere.com"
+ code_link = "https://thecoderepo.com"
+ blog_link = "https://myblogaboutit.com"
+
+[[params.publications]]
+ year="2019"
+
+ [[params.publications.paper]]
+ name = "My Publication Title 1"
+ authors = "Author 1, __ME__ Author 2"
+ dest = "Journal/Conference"
+ link = "https://mypaperishere.com"
+ code_link = "https://thecoderepo.com"
+ blog_link = ""
+
+ [[params.publications.paper]]
+ name = "My Publication Title 2"
+ authors = "Author 1, __ME__ "
+ dest = "Journal/Conference"
+ link = "https://mypaperishere.com"
+ code_link = ""
+ blog_link = "https://myblogaboutit.com"
+
+ [[params.publications.paper]]
+ name = "My Publication Title 3"
+ authors = "__ME__, Author 1 "
+ dest = "Journal/Conference"
+ link = "https://mypaperishere.com"
+ code_link = ""
+ blog_link = ""
+
+ [[params.publications.paper]]
+ name = "My Publication Title 4"
+ authors = "__ME__"
+ dest = "Journal/Conference"
+ link = ""
+ code_link = ""
+ blog_link = ""
+```
+
+# Any Idea?
+I am using `avicenna` for my personal uses. Therefore, I will update it regularly. If you need something that doesn't exists, let's discuss it over an issue :)
+
+# Credits
+* [Ezhil Theme](https://github.com/vividvilla/ezhil)
+* [Feather Icons](https://feathericons.com/)
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..ac36e06
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,2 @@
++++
++++
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..a87badd
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,132 @@
+baseURL = "https://example.edu"
+languageCode = "en-us"
+title = "Hadi Sinaee"
+theme = "avicenna"
+googleAnalytics = "UA-1234-6"
+timeout=3000
+
+[params]
+ profile_image="profile_bw.jpg"
+ subtitle= "PhD Student"
+ interests="Deep Reinforcement Learning, Machine Learning "
+ cv_name= "HadiSinaee_CV.pdf"
+ blog="http://myblog.edu"
+
+[[params.affilation]]
+ name = "Stanford University"
+ position = "PhD Student"
+ contact = "hadi@cs.stanford.edu"
+
+[[params.affilation]]
+ name = "MyCoolStartup"
+ position = "Co-Founder"
+ contact = "hadi@mycoolstartup.ai"
+
+[[params.social]]
+ name = "GitHub"
+ icon = "github"
+ url = "https://github.com/hadisinaee"
+
+[[params.social]]
+ name = "Twitter"
+ icon = "twitter"
+ url = "https://twitter.com/hadisinaee"
+
+
+[[params.social]]
+ name = "LinkedIn"
+ icon = "linkedin"
+ url = "https://linkedin.com/in/hadisinaee/"
+
+
+[[params.introduction.paragraph]]
+ text="""Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+ Nunc scelerisque viverra mauris in aliquam sem fringilla ut morbi. Integer feugiat scelerisque varius morbi enim.
+ A diam maecenas sed enim ut sem viverra. Orci eu lobortis elementum nibh tellus.
+ Egestas sed sed risus pretium quam vulputate dignissim suspendisse in.
+ Accumsan sit amet nulla facilisi morbi tempus iaculis urna. Condimentum lacinia quis vel eros donec.
+ """
+[[params.introduction.paragraph]]
+ text=""" Pellentesque nec nam aliquam sem et tortor consequat id porta.
+ Viverra suspendisse potenti nullam ac. Leo vel orci porta non pulvinar neque laoreet.
+ Nulla facilisi nullam vehicula ipsum a arcu. Tempus egestas sed sed risus pretium quam vulputate dignissim suspendisse.
+ Ullamcorper velit sed ullamcorper morbi tincidunt ornare. Dui sapien eget mi proin sed libero.
+ Quam pellentesque nec nam aliquam sem et tortor consequat id. Aliquet lectus proin nibh nisl.
+ """
+
+
+[[params.projects]]
+ [[params.projects.project]]
+ name = "Velit egestas dui id ornare arcu odio ut sem. Nec nam aliquam sem et tortor"
+ description = "Enim facilisis gravida neque convallis a. Suspendisse potenti nullam ac tortor vitae purus faucibus ornare suspendisse.Velit egestas dui id ornare arcu odio ut sem. Nec nam aliquam sem et tortor. In nisl nisi scelerisque eu ultrices vitae auctor."
+ project_page = "https://myprojecthomepage.com"
+ code_link = "https://coderepo.com"
+ blog_link = "https://ablogpost.com"
+
+ [[params.projects.project]]
+ name = "In nisl nisi scelerisque eu ultrices vitae auctor"
+ description = ""
+ project_page = "https://myprojecthomepage.com"
+ code_link = "https://coderepo.com"
+ blog_link = ""
+
+ [[params.projects.project]]
+ name = "Integer eget aliquet nibh praesent tristique magna"
+ description = ""
+ project_page = "https://myprojecthomepage.com"
+ code_link = ""
+ blog_link = "https://ablogpost.com"
+
+[[params.publications]]
+ year="Preprint"
+
+ [[params.publications.paper]]
+ name = "Enim nunc faucibus a pellentesque sit amet porttitor"
+ authors = "Ana Alvardo, William Worthley, __Hadi Sinaee__"
+ dest = "Helga Zita Journal"
+ link = "https://mypaperishere.com"
+ code_link = "https://thecoderepo.com"
+ blog_link = "https://myblogaboutit.com"
+
+ [[params.publications.paper]]
+ name = "In cursus turpis massa tincidunt dui ut ornare lectus sit"
+ authors = "__Hadi Sinaee__,Les Larkins, Edra Ethier"
+ dest = "Meklit Katlego Conference"
+ link = "https://mypaperishere.com"
+ code_link = "https://thecoderepo.com"
+ blog_link = "https://myblogaboutit.com"
+
+[[params.publications]]
+ year="2019"
+
+ [[params.publications.paper]]
+ name = "Feugiat sed lectus vestibulum mattis ullamcorper velit sed"
+ authors = "Caroll Comes, __Hadi Sinaee__"
+ dest = "Udo Madhu Journal"
+ link = "https://mypaperishere.com"
+ code_link = "https://thecoderepo.com"
+ blog_link = ""
+
+ [[params.publications.paper]]
+ name = "Venenatis urna cursus eget nunc. Nam aliquam sem et tortor consequat id porta nibh venenatis"
+ authors = "Les Larkins, Ana Alvardo, __Hadi Sinaee__ "
+ dest = "Zorka Vita Conference"
+ link = "https://mypaperishere.com"
+ code_link = ""
+ blog_link = "https://myblogaboutit.com"
+
+ [[params.publications.paper]]
+ name = "Aliquet eget sit amet tellus cras adipiscing enim eu turpis"
+ authors = "Les Larkins, __Hadi Sinaee__, Ana Alvardo"
+ dest = "Lena Randa Conference"
+ link = "https://mypaperishere.com"
+ code_link = ""
+ blog_link = ""
+
+ [[params.publications.paper]]
+ name = "Orci eu lobortis elementum nibh tellus molestie nunc non blandit"
+ authors = "__Hadi Sinaee__, Caroll Comes"
+ dest = "Thandeka Radhika Conference"
+ link = ""
+ code_link = ""
+ blog_link = ""
diff --git a/exampleSite/static/HadiSinaee_CV.pdf b/exampleSite/static/HadiSinaee_CV.pdf
new file mode 100644
index 0000000..a96bb36
Binary files /dev/null and b/exampleSite/static/HadiSinaee_CV.pdf differ
diff --git a/exampleSite/static/android-chrome-192x192.png b/exampleSite/static/android-chrome-192x192.png
new file mode 100644
index 0000000..ba8eaa2
Binary files /dev/null and b/exampleSite/static/android-chrome-192x192.png differ
diff --git a/exampleSite/static/android-chrome-512x512.png b/exampleSite/static/android-chrome-512x512.png
new file mode 100644
index 0000000..85beec5
Binary files /dev/null and b/exampleSite/static/android-chrome-512x512.png differ
diff --git a/exampleSite/static/apple-touch-icon.png b/exampleSite/static/apple-touch-icon.png
new file mode 100644
index 0000000..f29c695
Binary files /dev/null and b/exampleSite/static/apple-touch-icon.png differ
diff --git a/exampleSite/static/favicon-16x16.png b/exampleSite/static/favicon-16x16.png
new file mode 100644
index 0000000..8832701
Binary files /dev/null and b/exampleSite/static/favicon-16x16.png differ
diff --git a/exampleSite/static/favicon-32x32.png b/exampleSite/static/favicon-32x32.png
new file mode 100644
index 0000000..8dec38b
Binary files /dev/null and b/exampleSite/static/favicon-32x32.png differ
diff --git a/exampleSite/static/favicon.ico b/exampleSite/static/favicon.ico
new file mode 100644
index 0000000..657eade
Binary files /dev/null and b/exampleSite/static/favicon.ico differ
diff --git a/exampleSite/static/profile_bw.jpg b/exampleSite/static/profile_bw.jpg
new file mode 100644
index 0000000..70b0193
Binary files /dev/null and b/exampleSite/static/profile_bw.jpg differ
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..e69de29
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644
index 0000000..5f8e2ec
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,11 @@
+
+
+ {{- partial "head.html" . -}}
+
+ {{- partial "header.html" . -}}
+
+ {{- block "main" . }}{{- end }}
+
+ {{- partial "footer.html" . -}}
+
+
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
new file mode 100644
index 0000000..e69de29
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
new file mode 100644
index 0000000..e69de29
diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644
index 0000000..0d33cac
--- /dev/null
+++ b/layouts/index.html
@@ -0,0 +1,16 @@
+
+
+ {{ partial "header.html" . }}
+
+
+