testing github pages with version 2
This commit is contained in:
+36
-99
@@ -1,10 +1,10 @@
|
|||||||
baseURL: "https://profile.gurusabarish.tech"
|
baseURL: "https://example.com"
|
||||||
languageCode: "en-us"
|
languageCode: "en-us"
|
||||||
title: "Hugo-profile"
|
title: "Hugo-profile"
|
||||||
theme: "./.."
|
theme: "./.."
|
||||||
relativeURLs: true
|
relativeURLs: true
|
||||||
|
|
||||||
googleanalytics: UA-167646412-8
|
googleanalytics: UA-xxxxxx-x
|
||||||
disqusShortname:
|
disqusShortname:
|
||||||
Paginate: 3
|
Paginate: 3
|
||||||
markup:
|
markup:
|
||||||
@@ -18,117 +18,54 @@ taxonomies:
|
|||||||
|
|
||||||
enableEmoji: true
|
enableEmoji: true
|
||||||
params:
|
params:
|
||||||
version: 3
|
version: 2
|
||||||
|
|
||||||
favicon: "/images/fav.png"
|
favicon: "/images/fav.png"
|
||||||
description: "A high performance hugo theme for personal portfolio and blog."
|
description: "A high performance hugo theme for personal portfolio and blog."
|
||||||
|
copyright: "2021"
|
||||||
|
|
||||||
# Navbar Menus
|
# Navbar Menus
|
||||||
customMenus:
|
customMenus:
|
||||||
|
- name: "About"
|
||||||
|
Url: "/#"
|
||||||
- name: "Blog"
|
- name: "Blog"
|
||||||
Url: "/blog"
|
Url: "/blog"
|
||||||
- name: "Version2"
|
|
||||||
Url: "https://v2.profile.gurusabarish.tech"
|
# social
|
||||||
- name: "Version1"
|
socialicontop: false
|
||||||
Url: "https://v1.profile.gurusabarish.tech"
|
name: "Examble name"
|
||||||
# home
|
github: "https://github.com"
|
||||||
disable_home: false
|
linkedin: "https://linkedin.com"
|
||||||
profile_image: "/images/profile.png"
|
twitter: "https://twitter.com/"
|
||||||
name: "Guru Sabarish"
|
instagram: "https://instagram.com/"
|
||||||
profession: "Full Stack Developer"
|
facebook: "https://facebook.com"
|
||||||
github: "https://github.com/gurusabarish"
|
|
||||||
linkedin: "https://linkedin.com/in/gurusabarish"
|
|
||||||
twitter: "https://twitter.com/gurusabarishh"
|
|
||||||
instagram: "https://instagram.com/gurusabarishh"
|
|
||||||
facebook: "https://facebook.com/gurusabarish01"
|
|
||||||
|
|
||||||
# About
|
# About
|
||||||
disable_about: false
|
profile_image: "/images/profile.webp"
|
||||||
descripe_l1_person: "Hi, I'm Guru sabarish, 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. This is a example template for about section."
|
||||||
descripe_l2_person: "Check out my blogs [here](https://blog.gurusabarish.tech)"
|
descripe_l2_person: ""
|
||||||
skills:
|
|
||||||
- name: CSS
|
|
||||||
percentage: 90
|
|
||||||
- name: Django
|
|
||||||
percentage: 85
|
|
||||||
- name: Hugo
|
|
||||||
percentage: 80
|
|
||||||
- name: React JS
|
|
||||||
percentage: 70
|
|
||||||
|
|
||||||
# Experience
|
useresume: true
|
||||||
disable_experience: false
|
customname: ""
|
||||||
experience:
|
resumelink: "/resume.pdf"
|
||||||
- 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
|
# Things I do
|
||||||
disable_education: false
|
usedothings: true
|
||||||
education:
|
Things:
|
||||||
- degree: "B.tech"
|
- logo: fab fa-python
|
||||||
branch: "Information Technology"
|
title: Python
|
||||||
university: "Example university"
|
description: I build something beautiful using Python.
|
||||||
startedyear: "2013"
|
#url: https://example.com
|
||||||
graduation: "2018"
|
|
||||||
- degree: "B.tech"
|
|
||||||
branch: "Information Technology"
|
|
||||||
university: "Example university"
|
|
||||||
startedyear: "2013"
|
|
||||||
graduation: "2018"
|
|
||||||
- degree: "B.tech"
|
|
||||||
branch: "Information Technology"
|
|
||||||
university: "Example university"
|
|
||||||
startedyear: "2013"
|
|
||||||
graduation: "2018"
|
|
||||||
|
|
||||||
# Projects
|
- logo: fas fa-robot
|
||||||
disable_projects: false
|
title: Machine learning
|
||||||
projects:
|
description: I train robust models for various tasks.
|
||||||
- name: "Example project without details"
|
#url: https://guru.com
|
||||||
img: /images/project.jpg
|
|
||||||
githublink: "https://github.com/"
|
|
||||||
featuredlink: "/"
|
|
||||||
description: "Description of project"
|
|
||||||
|
|
||||||
# Achievements
|
- logo: fab fa-html5
|
||||||
disable_achievements: false
|
title: Things for web
|
||||||
achievements:
|
description: I love to build things for web
|
||||||
- title: Competition winner
|
#url: https://guru.com
|
||||||
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: Competition winner
|
|
||||||
description: We are developed a product which can help others.
|
|
||||||
img: /images/achiv.jpg
|
|
||||||
|
|
||||||
# Contact
|
|
||||||
disable_contact: false
|
|
||||||
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!
|
|
||||||
email: "example@mail.com"
|
|
||||||
|
|
||||||
# Footer
|
# Footer
|
||||||
socialiconfooter: true
|
socialiconfooter: true
|
||||||
|
|||||||
Reference in New Issue
Block a user