website/config.toml
Abijeet 690d30a9f3 Modified resume.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-11-19 00:50:46 +05:30

43 lines
1.1 KiB
TOML

baseURL = "https://thecurlybraces.com"
languagecode = "en-us"
title = "Abijeet Patro"
theme = "hugo-coder"
[params]
author = "Abijeet Patro"
description = "Abijeet's corner of the Internet"
keywords = "website,developer,personal"
info = "Full Stack Developer / Open Source Contributor"
hideCredits = false
hideCopyright = false
[[params.social]]
name = "Github"
weight = 1
url = "https://github.com/abijeet/"
[[params.social]]
name = "Twitter"
weight = 2
url = "https://twitter.com/abijeetpatro/"
[[params.social]]
name = "LinkedIn"
weight = 3
url = "https://www.linkedin.com/in/abijeet-patro/"
[[params.social]]
name = "StackOverflow"
weight = 4
url = "https://stackoverflow.com/users/903324/abijeet-patro?tab=profile"
[[params.social]]
name = "Resume"
weight = 5
url = "/abijeet-patro-resume.pdf"
[[menu.main]]
name = "Blog"
weight = 1
url = "https://blog.thecurlybraces.com"
[[menu.main]]
name = "About"
weight = 2
url = "https://blog.thecurlybraces.com/about/"