website/config.toml
Abijeet dfb04085fb The new website with link to my resume.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-05-13 22:04:36 +05:30

43 lines
1.0 KiB
TOML

baseURL = "https://thecurlybraces.com"
languagecode = "en-us"
title = "Abijeet Patro"
theme = "hugo-coder"
[params]
author = "Abijeet Patro"
description = "Abijeet's personal website"
keywords = "website,developer,personal"
info = "Full Stack Developer"
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 = "/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/"