msfjarvis.dev/config.toml
Harsh Shandilya a7bf8ee8c5 themes: remove hugo-cloak-email [deploy]
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-21 14:33:17 +05:30

38 lines
789 B
TOML

baseurl = "https://msfjarvis.dev/"
languageCode = "en-us"
title = "Harsh Shandilya"
theme = ["hugo-social-metadata", "codex"]
pygmentsUseClasses = true
author = "Harsh Shandilya"
[params]
description = "Android developer, Kotlin fanatic and wannabe Rustacean"
keywords = "homepage, blog, android, kotlin, rust"
twitterUsername = "@msf_jarvis"
socialImage = "android-chrome-512x512.webp"
contentTypeName = "posts"
[[menu.main]]
identifier = "about"
name = "about"
title = "About"
url = "/about"
[[menu.main]]
identifier = "blog"
name = "blog"
title = "Blog"
url = "/posts"
[[menu.main]]
identifier = "uses"
name = "uses"
title = "Uses"
url = "/uses"
[[menu.main]]
identifier = "projects"
name = "projects"
title = "Projects"
url = "/projects"