Update README.md

This commit is contained in:
GURU SABARISH
2020-10-10 00:07:42 +05:30
committed by GitHub
parent fae9926797
commit 0d7dab3523
+51 -15
View File
@@ -64,12 +64,12 @@ taxonomies:
tag: "tags" tag: "tags"
category: "categories" category: "categories"
params: params:
favicon: "/images/hugo.png" favicon: "/images/hugo.png"
description: "Portfolio and personal blog of gurusabarish" description: "Portfolio and personal blog"
googleanalytics: "UA-167646412-8" googleanalytics: ""
disqus: "" disqus: ""
copyright: "2020"
# Contact # Contact
contact: true contact: true
@@ -80,40 +80,76 @@ params:
# Navbar Menus # Navbar Menus
customMenus: customMenus:
- name: "Blog" - name: "Blog"
url: "https://example.com/blog" Url: "https://example.com/blog"
# Home # Home
name: "Gurusabarish" name: "Gurusabarish"
profile: "/images/avatar-370-456322.webp" profile: "/images/avatar-370-456322.webp"
github: "https://github.com/gurusabarish" github: "https://github.com/#"
linkedin: "https://linkedin.com/in/gurusabarish" linkedin: "https://linkedin.com/#"
twitter: "https://twitter.com/gurusabarishh" twitter: "https://twitter.com/#"
instagram: "https://instagram.com/gurusabarishh" instagram: "https://instagram.com/#"
# Do things
usedefaultlogos: true
# Do things { Please change the svg icons width="3em" height="3em" }
thing1: "Python" thing1: "Python"
thing2: "Machine learning" thing2: "Machine learning"
thing3: "Build things for web" thing3: "Things for web"
thing1_des: "I build something beautiful using python." thing1_des: "I build something beautiful using Python."
thing2_des: "I train robust models for various tasks." thing2_des: "I train robust models for various tasks."
thing3_des: "I love to build things for web." thing3_des: "I love to build things for web."
# About # About
profile_image: "/images/gurusabarish.jpg" profile_image: "/images/gurusabarish.jpg"
jop: "Web developer" descripe_l1_person: "Hi, I'm Gurusabarish, a passionate web developer and ML engineer.
jops_about: "web developer and ML engineer" I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
descripe_l2_person: "This is just a example for about section. You can easily change with the help of cofig file."
job: "your role"
resume: "" resume: ""
projects: projects:
- title: "Project name" - title: "Project name"
image: "/images/project.png" image: "https://images.unsplash.com/photo-1532781914607-2031eca2f00d?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjMyMDc0fQ&s=7c625ea379640da3ef2e24f20df7ce8d"
description: "This is your description" description: "This is your description"
url: "https://github.com" url: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "https://images.unsplash.com/photo-1532781914607-2031eca2f00d?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjMyMDc0fQ&s=7c625ea379640da3ef2e24f20df7ce8d"
description: "This is your description"
url: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "https://images.unsplash.com/photo-1532781914607-2031eca2f00d?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjMyMDc0fQ&s=7c625ea379640da3ef2e24f20df7ce8d"
description: "This is your description"
url: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "https://images.unsplash.com/photo-1532781914607-2031eca2f00d?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjMyMDc0fQ&s=7c625ea379640da3ef2e24f20df7ce8d"
description: "This is your description"
url: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "https://images.unsplash.com/photo-1532781914607-2031eca2f00d?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjMyMDc0fQ&s=7c625ea379640da3ef2e24f20df7ce8d"
description: "This is your description"
url: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "https://images.unsplash.com/photo-1532781914607-2031eca2f00d?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjMyMDc0fQ&s=7c625ea379640da3ef2e24f20df7ce8d"
description: "This is your description"
url: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
Author: Author:
name: "Gurusabarish" name: "Gurusabarish"
website: "https://github.com/gurusabarish" website: "https://github.com/gurusabarish"
``` ```
<b>Use Yaml as config file</b> <b>Use Yaml as config file</b>