diff --git a/_config.yml b/_config.yml
index 276e9a7b..c490cc60 100644
--- a/_config.yml
+++ b/_config.yml
@@ -68,8 +68,8 @@ reCaptcha:
atom_feed:
path : # blank (default) uses feed.xml
hide : # true, false (default)
-search : # true, false (default)
-search_full_content : # true, false (default)
+search : true # true, false (default)
+search_full_content : true # true, false (default)
search_provider : # lunr (default), algolia, google
lunr:
search_within_pages : # true, false (default)
diff --git a/_includes/copyright.html b/_includes/copyright.html
index 36de639a..615bfe71 100644
--- a/_includes/copyright.html
+++ b/_includes/copyright.html
@@ -4,3 +4,16 @@
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
+
+
+{% if page.copyright != false %}
+
+
Document Information
+
+
+{% endif %}
+
\ No newline at end of file
diff --git a/_includes/sidebar_search.html b/_includes/sidebar_search.html
new file mode 100644
index 00000000..17c19300
--- /dev/null
+++ b/_includes/sidebar_search.html
@@ -0,0 +1,21 @@
+
\ No newline at end of file
diff --git a/_layouts/archive.html b/_layouts/archive.html
index 83e109b5..94826b7f 100644
--- a/_layouts/archive.html
+++ b/_layouts/archive.html
@@ -22,5 +22,8 @@
{{ page.title }}
{% endunless %}
{{ content }}
+
+ {% include copyright.html %}
+ {% include sidebar_search.html %}
diff --git a/_layouts/default.html b/_layouts/default.html
index ecfc4662..af5b2489 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -2,7 +2,6 @@
---
-{% include copyright.html %}
{% include head.html %}
diff --git a/_layouts/posts.html b/_layouts/posts.html
index 13fc707c..8d200d2e 100644
--- a/_layouts/posts.html
+++ b/_layouts/posts.html
@@ -1,5 +1,6 @@
---
layout: archive
+copyright: false
---
{{ content }}
diff --git a/_layouts/single.html b/_layouts/single.html
index 2e78fbf6..8629b68e 100644
--- a/_layouts/single.html
+++ b/_layouts/single.html
@@ -50,6 +50,8 @@
{% endif %}
{{ content }}
{% if page.link %}{% endif %}
+
+ {% include copyright.html %}
diff --git a/_pages/index.md b/_pages/index.md
index e11ca946..a5c77348 100644
--- a/_pages/index.md
+++ b/_pages/index.md
@@ -1,11 +1,12 @@
---
permalink: /
-layout: archive
+layout: single
title: "About Me"
author_profile: true
redirect_from:
- /home/
- /home.html
+copyright: false
---
> Hi, I'm Hsuan Han Lai, a Product Engineer Lead.
diff --git a/_pages/projects.html b/_pages/projects.html
index e1d0a09b..c25a5ca8 100644
--- a/_pages/projects.html
+++ b/_pages/projects.html
@@ -3,6 +3,7 @@
title: "Weekend Projects"
permalink: /projects/
author_profile: true
+copyright: false
---