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 }}
+
- + Resume