website/config.toml

61 lines
1.6 KiB
TOML
Raw Normal View History

baseURL = "https://example.com/"
languageCode = "en-us"
title = "Eddie Webb"
theme = "hugo-resume"
[taxonomies]
tag = "tags"
[params]
firstName = "Abijeet"
lastName = "Patro"
profileImage = "img/TechChat.png"
phone = "91-949-405-9105"
contactNote = "Software Engineer and Open Source Enthusiast"
address = "Hyderabad, India"
email = "abijeetpatro@gmail.com"
description = "Open source enthusiast and full stack software engineer with experience in designing scalable platfroms on the IoT, Healthcare, Sports, Project management and Automobile insurance domain."
favicon = "images/favicon.ico"
# what sections
showSkills = true
showProjects = true
showOpenSource = true
showPublications = false
showExperience = true
showEducation = true
showQr = true
# do you want to show git hash on page footer and link to repo? Add commit prefix here.
gitCommitPrefix = "https://github.com/eddiewebb/json-resume/commit/"
[[params.handles]]
name = "LinkedIn"
link = "https://www.linkedin.com/in/edwardwebb/"
[[params.handles]]
name = "Twitter"
link = "https://twitter.com/edwardawebb/"
[[params.handles]]
name = "GitHub"
link = "https://github.com/eddiewebb/"
[[params.handles]]
name = "Blog"
link = "https://blog.thecurlybraces.com"
icon = "rss"
[[params.handles]]
name = "StackOverflow"
link = "https://stackoverflow.com/users/story/82880"
icon = "stack-overflow"
# [params.google.analytics]
# trackerID = "UA-28342049-2"
[outputs]
home = ["HTML", "JSON"]