Init blog

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-05-30 18:51:43 +05:30
parent 4ba29a3d60
commit d9f2dbecbe
2 changed files with 13 additions and 0 deletions

View File

@ -18,6 +18,10 @@ theme = "hugo-coder-portfolio"
name = "projects"
weight = 1
url = "/projects"
[[menu.main]]
name = "blog"
weight = 1
url = "/posts"
[[menu.main]]
name = "downloads"
weight = 0

View File

@ -0,0 +1,9 @@
+++
date = "2019-05-30"
title = "I'm gonna blog!"
slug = "i-m-gonna-blog"
tags = []
categories = []
+++
With all my involvement in OSS development around Android, I come across a lot of new things on the daily. This blog will hopefully serve as a index for those findings, and an excuse for me to properly research and document them for myself and others.