diff --git a/config.toml b/config.toml
index 7acb611..6c074da 100644
--- a/config.toml
+++ b/config.toml
@@ -44,8 +44,13 @@ footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link
name = "Blog"
identifier = "blog"
url = "/blog"
- weight = 0
+ weight = 2
+[[menu.main]]
+ name = "About"
+ identifier = "about"
+ url = "/about"
+ weight = 3
[[menu.utility]]
name = "@rhnvrm"
diff --git a/content/about.md b/content/about.md
new file mode 100644
index 0000000..69152c0
--- /dev/null
+++ b/content/about.md
@@ -0,0 +1,35 @@
+## About
+
+### Work
+I’m currently working as a Software Developer at
+Zerodha Tech
+where I am writing Golang, Python and a bit of Javascript to
+build fintech products used at scale everyday.
+
+Before Zerodha, I interned with Dell Technologies as a
+Software Engineering Intern and graduated in the Summer of 2018 from
+Shiv Nadar University, Dadri, India.
+
+At Dell, I was part of a team that was building a
+new end-to-end microservice based product using Golang (and Python) to solve an
+invoice-to-order matching problem which had an effect of increasing
+the cash flows for Dell and customer facing invoice accuracy
+via last mile automation.
+
+I have
+also worked remotely during my participation in Google Summer
+of Code in 2016 and contributed to the Open Source Apache
+Allura Project that powers SourceForge.com.
+
+Out of interest and curiosity, I have (little) experience with
+Machine Learning and AI through my pursuit of a Machine Learning
+Nanodegree which I earned through a MOOC curated by Udacity
+which I undertook in the summer of 2017.
+
+### Personal
+I am from New Delhi, India and am currently
+based in Bengaluru, India. I write code for a living,
+and often write code as a hobby, or to automate the
+little things. You might find me lurking on online
+message boards, online games and IRC as rhnvrm (an alias I took
+long ago).
\ No newline at end of file
diff --git a/content/blog/2019/2019-10-10-facebook-birthday.md b/content/blog/2019/2019-10-10-facebook-birthday.md
index 5454c9a..b20fe9c 100644
--- a/content/blog/2019/2019-10-10-facebook-birthday.md
+++ b/content/blog/2019/2019-10-10-facebook-birthday.md
@@ -3,6 +3,7 @@ title = "Facebook Birthday List to ICS file"
date = 2019-10-11T01:03:03+05:30
draft = false
categories = ["notes"]
+tags = ["digital wellbeing", "python"]
type = "post"
url = "blog/2019/10/10/facebook-birthday"
author = "Rohan Verma"
diff --git a/content/blog/2019/2019-10-25-paisavasool-hackinout-2019.md b/content/blog/2019/2019-10-25-paisavasool-hackinout-2019.md
index ecfc21f..7b14cf8 100644
--- a/content/blog/2019/2019-10-25-paisavasool-hackinout-2019.md
+++ b/content/blog/2019/2019-10-25-paisavasool-hackinout-2019.md
@@ -3,6 +3,7 @@ title = "PaisaVasool - HackInOut 2019"
date = 2019-10-25T15:30:03+05:30
draft = false
categories = ["projects"]
+tags = ["fintech", "hackathon"]
type = "post"
url = "blog/2019/10/25/paisavasool-hackinout-2019"
author = "Rohan Verma"
diff --git a/content/blog/2019/2019-11-05-docker-gopls.md b/content/blog/2019/2019-11-05-docker-gopls.md
index ad9a688..7e00f38 100644
--- a/content/blog/2019/2019-11-05-docker-gopls.md
+++ b/content/blog/2019/2019-11-05-docker-gopls.md
@@ -2,7 +2,8 @@
title = "Containerized development workflow using remote gopls server"
date = 2019-11-05T15:30:03+05:30
draft = false
-categories = ["golang"]
+tags = ["golang", "docker"]
+categories = ["golang", "notes"]
type = "post"
url = "blog/2019/11/05/containerized-dev-using-remote-gopls"
author = "Rohan Verma"
diff --git a/content/blog/2019/2019-11-15-selfhosted-netlify.md b/content/blog/2019/2019-11-15-selfhosted-netlify.md
new file mode 100644
index 0000000..8ae80a5
--- /dev/null
+++ b/content/blog/2019/2019-11-15-selfhosted-netlify.md
@@ -0,0 +1,15 @@
++++
+title = "Self hosted Netlify using docker-compose, gitea, and drone-ci"
+date = 2019-11-15T15:30:03+05:30
+draft = false
+tags = ["golang", "docker", "self hosted"]
+categories = ["tutorials"]
+type = "post"
+url = "blog/2019/11/15/selfhosted-netlify"
+author = "Rohan Verma"
++++
+
+I had been using netlify to deploy a few of my static sites. The process for
+deployment is seamless and all you need to do is push to master. Pushing to
+the develop branch or creating a pull request on github creates a mirror
+with a unique URL which
\ No newline at end of file
diff --git a/layouts/index.html b/layouts/index.html
index 19b9322..3884d5c 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -17,49 +17,6 @@
-
-