Update config.yaml

This commit is contained in:
Guru Sabarish
2021-08-09 23:29:04 +05:30
committed by GitHub
parent c5de833cc6
commit 80306f9034
+104 -92
View File
@@ -1,123 +1,135 @@
baseURL: "https://example.com" baseURL: "https://profile.gurusabarish.tech"
languageCode: "en-us" languageCode: "en-us"
title: "Hugo-profile" title: "Hugo-profile"
theme: "./.." theme: "hugo-profile"
relativeURLs: true
googleanalytics: UA-xxxxxxxx-x googleanalytics: UA-xxxxxx-x
disqusShortname: yourdiscussshortname disqusShortname:
Paginate: 3 Paginate: 3
markup:
goldmark:
renderer:
unsafe: true
taxonomies: taxonomies:
tag: "tags" tag: "tags"
category: "categories" category: "categories"
enableEmoji: true
params: params:
version: 1 version: 3
favicon: "/images/hugo.png" favicon: "/images/fav.png"
description: "A hugh performance hugo theme for personal website. It is single page portfolio. It has blog, contact sections also. Contact is powered by formspree." description: "A high performance hugo theme for personal portfolio and blog."
disqus: ""
# Background
custombackground: false
background: ""
backimg: ""
# Contact
contact: true
action: ""
emailname: ""
messagename: ""
# Navbar Menus # Navbar Menus
customMenus: customMenus:
- name: "Blog" - name: "Blog"
Url: "/blog" Url: "/blog"
# Home # home
disable_home: false
profile_image: "/images/profile.png"
name: "Example name" name: "Example name"
profile: "/images/v1/avatar.webp" profession: "Profession"
github: "https://github.com/" github: "https://github.com"
linkedin: "https://linkedin.com/" linkedin: "https://linkedin.com"
twitter: "https://twitter.com/" twitter: "https://twitter.com/"
instagram: "https://instagram.com/" instagram: "https://instagram.com/"
facebook: "https://facebook.com"
# Things I do
usedothings: true
Things:
- logo: fab fa-python
title: Python
description: I build something beautiful using Python.
#url: https://example.com
- logo: fas fa-robot
title: Machine learning
description: I train robust models for various tasks.
#url: https://guru.com
- logo: fab fa-html5
title: Things for web
description: I love to build things for web
#url: https://guru.com
# About # About
profile_image: "/images/profile.webp" disable_about: false
descripe_l1_person: "Hi, I'm Profile, a passionate web developer. I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly." descripe_l1_person: "Hi, I'm Profile, a passionate web developer. 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." descripe_l2_person: "This is a example template for about section. You can find my works [here](#projects)"
job: "your role" skills:
resume: "/resume.pdf" - name: CSS
percentage: 90
- name: Django
percentage: 85
- name: Hugo
percentage: 80
- name: React JS
percentage: 70
#projects # Experience
disable_experience: false
experience:
- company: "Google"
role: "Software developer"
startdate: Feb 2021
enddate: present
featuredpoints:
- point: Lead backend developer for a product.
- point: Created a frontend design for a product.
- company: "Facebook"
role: "Fullstack developer"
startdate: Mar 2020
enddate: Dec 2020
featuredpoints:
- point: Lead backend developer for a product.
- point: Created a frontend design for a product.
- company: "Amazon"
role: "Fullstack developer"
startdate: Feb 2019
enddate: Jan 2020
featuredpoints:
- point: Lead backend developer for a product.
- point: Created a frontend design for a product.
# Education
disable_education: false
education:
- degree: "B.tech"
branch: "Information Technology"
university: "Example university"
startedyear: "2013"
graduation: "2018"
- degree: "Degree"
branch: "Branch"
university: "Example university"
startedyear: "year"
graduation: "year"
- degree: "Degree"
branch: "Branch"
university: "Example university"
startedyear: "year"
graduation: "year"
# Projects
disable_projects: false
projects: projects:
- title: "Project name" - name: "Example project without details"
image: "/images/project.jpg" img: /images/project.jpg
description: "This is your description" githublink: "https://github.com/"
secoundarylink: true featuredlink: "/"
secoundaryurlname: "Featured link" description: "Description of project"
secoundaryurl: "/"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name" # Achievements
image: "/images/project.jpg" disable_achievements: false
description: "This is your description" achievements:
secoundarylink: true - title: Competition winner
secoundaryurlname: "Featured link" description: We are developed a product which can help others.
secoundaryurl: "/" img: /images/achiv.jpg
sourceurl: "https://github.com/gurusabarish/hugo-profile" - title: Competition winner
description: We are developed a product which can help others.
img: /images/achiv.jpg
- title: Competition winner
description: We are developed a product which can help others.
img: /images/achiv.jpg
- title: Competition winner
description: We are developed a product which can help others.
img: /images/achiv.jpg
- title: "Project name" # Contact
image: "/images/project.jpg" disable_contact: false
description: "This is your description" contact_content: My inbox is always open. Whether you have a question or just want to say hi, I'll try my best to get back to you!
secoundarylink: true email: "example@mail.com"
secoundaryurlname: "Featured link"
secoundaryurl: "/"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name" # Footer
image: "/images/project.jpg" socialiconfooter: true
description: "This is your description" recentposts: true
secoundarylink: true
secoundaryurlname: "Featured link"
secoundaryurl: "/"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name" # Blog
image: "/images/project.jpg"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Featured link"
secoundaryurl: "/"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "/images/project.jpg"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Featured link"
secoundaryurl: "/"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
#Blog
showdescription: false showdescription: false
tweet: true tweet: true