website/config.toml

55 lines
1.4 KiB
TOML

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