msfjarvis.dev/config.toml

84 lines
1.9 KiB
TOML

baseurl = "https://msfjarvis.dev/"
languageCode = "en-us"
title = "Harsh Shandilya"
theme = ["github.com/msfjarvis/hugo-social-metadata", "github.com/adityatelange/hugo-PaperMod"]
pygmentsstyle = "dracula"
pygmentscodefences = true
pygmentscodefencesguesssyntax = false
author = "Harsh Shandilya"
ignoreErrors = ["error-remote-getjson"]
paginate = 10
enableInlineShortcodes = true
enableRobotsTXT = true
enableEmoji = true
[module]
[[module.imports]]
path = "github.com/msfjarvis/hugo-social-metadata"
[[module.imports]]
path = "github.com/adityatelange/hugo-PaperMod"
[params]
description = "Recovering Android and Kotlin developer, amateur Rustacean"
subtitle = "Recovering Android and Kotlin developer, amateur Rustacean"
keywords = [
"homepage",
"blog",
"android",
"kotlin",
"rust",
]
# Set default theme and remove toggle
defaultTheme = "dark"
disableThemeToggle = true
# Set parameters for social metadata
twitterUsername = "@msfjarvis"
socialImage = "android-chrome-512x512.webp"
# Turn on Utterances-backed comments
comments = true
utterancesRepo = "msfjarvis/msfjarvis.dev"
utterancesTheme = "photon-dark"
# Configure the theme
ShowReadingTime = true
ShowFullTextinRSS = true
ShowCodeCopyButtons = true
ShowBreadCrumbs = true
disableSpecial1stPost = false
ShowPostNavLinks = true
ShowToc = true
ShowShareButtons = true
ShareButtons = [ "twitter", "reddit", "telegram" ]
# Required for search engine indexers
env = "production"
[[menu.main]]
name = "About"
url = "/about"
[[menu.main]]
name = "Blog"
url = "/posts"
[[menu.main]]
name = "Uses"
url = "/uses"
[[params.social]]
name = "Github"
url = "https://github.com/msfjarvis"
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/msfjarvis"
[[params.social]]
name = "RSS"
icon = "rss"
url = "/index.xml"
# Enable tags.
[taxonomies]
tag = "tags"
category = "categories"