baseURL = "https://gokarna-hugo.netlify.app"
title = "Gokarna"
theme = "gokarna"
languageCode = "en"
defaultContentLanguage = "en"
enableEmoji = true
enableRobotsTXT = true
# Choose one of emacs, trac or perldoc
pygmentsStyle = "monokai"
[params]
footer = "The Marauders"
description = "Sky above, sand below and peace within"
avatarURL = "/images/avatar.webp"
AvatarAltText = "avatar"
avatarSize = "size-m"
customHeadHTML = """
"""
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"}
]
metaKeywords = ["blog", "gokarna", "hugo"]
[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/526avijitgupta/gokarna"
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