Files
hugo-profile/examplesite/config.yaml
T
GURU SABARISH 311d26eb51 url update
2020-09-19 13:25:42 +05:30

54 lines
1.2 KiB
YAML

baseURL: "https://example.com"
languageCode: "en-us"
title: "Hugo-blog"
theme: "hugo-profile"
params:
favicon: "/images/hugo.png"
description: "Portfolio and personal blog of gurusabarish"
# Navbar Menus
customMenus:
- name: "Blog"
url: "blog"
# Home
name: "Gurusabarish"
profile: "/images/avatar-370-456322.webp"
github: "https://github.com/gurusabarish"
linkedin: "https://linkedin.com/in/gurusabarish"
twitter: "https://twitter.com/gurusabarishh"
instagram: "https://instagram.com/gurusabarishh"
# Do things { Please change the svg icons width="3em" height="3em" }
thing1: "Python"
thing2: "Machine learning"
thing3: "Build things for web"
thing1_des: "I build something beautiful using python."
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: ""
projects:
- title: "Project name"
image: "/images/project.png"
description: "This is your description"
url: "https://github.com"
Author:
name: "Gurusabarish"
website: "https://github.com/gurusabarish"