From 4dd1bd54d2378a915677852ae723a33bb504727f Mon Sep 17 00:00:00 2001 From: gurusabarish Date: Mon, 7 Sep 2020 23:25:48 +0530 Subject: [PATCH] about --- config.toml | 6 ++++++ layouts/partials/sections/about.html | 16 ++++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 08893be..4a9c0c4 100644 --- a/config.toml +++ b/config.toml @@ -22,6 +22,12 @@ title = "Hugo-blog" thing2_des = "I train robust models for various tasks." thing3_des = "I love to build things for web." + # About + profile_image = "/images/gurusabarish.jpg" + jop = "Web developer" + jops_about = "web developer and ML engineer" + resume = "" + # Navbar Menus [[menu.main]] name = "Blog" diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html index 371142f..08ddcb0 100644 --- a/layouts/partials/sections/about.html +++ b/layouts/partials/sections/about.html @@ -3,10 +3,11 @@
About Me
+
- ... -
web developper
+ {{ .Site.Params.name }} +
{{ .Site.Params.jop }}
{{ if .Site.Params.linkedin }} @@ -19,19 +20,22 @@ {{ end }}
+