From c93c11a32c963bad6a31eaaeb20225a6a1c0e0a9 Mon Sep 17 00:00:00 2001 From: Rohan Verma Date: Fri, 15 Nov 2019 15:54:31 +0530 Subject: [PATCH] feat: refactor, add tags, homepage --- config.toml | 7 ++- content/about.md | 35 ++++++++++++ .../blog/2019/2019-10-10-facebook-birthday.md | 1 + .../2019-10-25-paisavasool-hackinout-2019.md | 1 + content/blog/2019/2019-11-05-docker-gopls.md | 3 +- .../2019/2019-11-15-selfhosted-netlify.md | 15 +++++ layouts/index.html | 55 ++----------------- 7 files changed, 66 insertions(+), 51 deletions(-) create mode 100644 content/about.md create mode 100644 content/blog/2019/2019-11-15-selfhosted-netlify.md 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 @@ -
-

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). -

Social

@@ -106,6 +63,10 @@

Blog

+ My blog is also available via [RSS] + +

+ You can read my blog where I try to write about what I am doing and things I find interesting. I have organized my blog using categories @@ -127,22 +88,18 @@

- categories:
+ categories:
{{range ($.Site.GetPage "taxonomyTerm" "categories").Pages }} {{lower .Title}} {{end}}

- tags:
+ tags:
{{range ($.Site.GetPage "taxonomyTerm" "tags").Pages }} {{lower .Title}} {{end}}

- - My blog is also available via [RSS] - -