baseURL = "https://gokarna-hugo.netlify.app"
defaultContentLanguage = "en"
enableEmoji = true
enableRobotsTXT = true
languageCode = "en"
# Choose one of emacs, trac or perldoc
pygmentsStyle = "monokai"
theme = "gokarna"
title = "Gokarna"
[params]
avatarAltText = "avatar"
avatarSize = "size-m"
avatarURL = "/images/avatar.webp"
customHeadHTML = """
"""
description = "Sky above, sand below and peace within"
footer = "The Marauders"
metaKeywords = ["blog", "gokarna", "hugo"]
showBackToTopButton = true # true or false for "back to top" button on posts and pages
socialIcons = [
{name = "twitter", url = "https://example.com"},
{name = "linkedin", url = "https://example.com"},
{name = "stackoverflow", url = "https://example.com"},
{name = "dribbble", url = "https://example.com"},
{name = "instagram", url = "https://example.com"},
{name = "twitch", url = "https://example.com"},
{name = "email", url = "mailto:example@example.com"}
]
[menu]
[[menu.main]]
name = "Home"
pre = ""
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
pre = ""
url = "/posts/"
weight = 2
[[menu.main]]
name = "Projects"
pre = ""
url = "/projects/"
weight = 3
[[menu.main]]
name = "Tags"
pre = ""
url = "/tags/"
weight = 4
[[menu.main]]
identifier = "github"
pre = ""
url = "https://github.com/gokarna-theme/gokarna-hugo"
weight = 5
[[menu.main]]
identifier = "buymeacoffee"
pre = ""
url = "https://www.buymeacoffee.com/avijitgupta"
weight = 6
[[menu.main]]
identifier = "rss"
pre = ""
url = "/index.xml"
weight = 7
[markup]
[markup.tableOfContents]
startLevel = 1
endLevel = 4
ordered = false
[minify]
minifyOutput = true