msfjarvis.dev/config.toml
Harsh Shandilya 0ae39df5df Revert "Disable commento"
Doesn't fix the problem

This reverts commit 576cfa993e.
2020-07-14 16:08:56 +05:30

39 lines
860 B
TOML

baseurl = "https://msfjarvis.dev/"
languageCode = "en-us"
title = "Harsh Shandilya"
theme = ["hugo-cloak-email", "hugo-social-metadata", "codex"]
pygmentsUseClasses = true
author = "Harsh Shandilya"
[params]
description = "Android developer, Kotlin fanatic and wannabe Rustacean"
keywords = "homepage, blog, android, kotlin, programming"
twitterUsername = "@msf_jarvis"
socialImage = "android-chrome-512x512.webp"
contentTypeName = "posts"
commentoURL = "https://commento.msfjarvis.dev"
[[menu.main]]
identifier = "about"
name = "about"
title = "About"
url = "/"
[[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"