diff --git a/config.toml b/config.toml
index d7a6922..f508446 100644
--- a/config.toml
+++ b/config.toml
@@ -32,7 +32,7 @@ footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link
[params.layout.menu.main]
hidden = false # Optional, set false or remove to show section menu
- exclude = ["search", "blog_list"] # exclude homepage and blog postings
+ exclude = ["search", "blog_list", "project_list"] # exclude homepage and blog postings
[[menu.main]]
name = "Home"
diff --git a/content/blog/2019-08-04-docker-containers-to-build-archaic-projects.md b/content/blog/2019-08-04-docker-containers-to-build-archaic-projects.md
index 13bd10e..893319a 100644
--- a/content/blog/2019-08-04-docker-containers-to-build-archaic-projects.md
+++ b/content/blog/2019-08-04-docker-containers-to-build-archaic-projects.md
@@ -5,7 +5,7 @@ date = "2019-08-04T07:30:00+00:00"
draft = false
tags = ["notes", "docker"]
title = "Using Docker containers for building Archaic Projects"
-type = ""
+type = "post"
url = "blog/2019/08/04/docker-containers-to-build-archaic-projects"
+++
diff --git a/content/project_list/_index.md b/content/project_list/_index.md
new file mode 100644
index 0000000..e46fc3d
--- /dev/null
+++ b/content/project_list/_index.md
@@ -0,0 +1,3 @@
++++
+title= "Project List"
++++
\ No newline at end of file
diff --git a/layouts/index.html b/layouts/index.html
index 2a94809..e9bf02c 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -19,10 +19,49 @@
| github | https://github.com/rhnvrm |
| {{.Date.Format "2006-01-02"}} | -{{.Title}} | -
| {{.Date.Format "02 Jan"}} | +{{.Title}} | +
| {{.Date.Format "02 Jan"}} | +{{.Title}} | +