website-raghukamath.com/config.toml

68 lines
1.5 KiB
TOML
Executable File

baseURL = "https://raghukamath.com/"
languageCode = "en"
title = "raghukamath | Freelance Illustrator from Mumbai"
theme = "bombil"
summaryLength = 140
pluralizeListTitles = "false"
show_reading_time = "true"
disableKinds = ["taxonomyTerm"]
pygmentsUseClasses = true
[permalinks]
tags = "/:slug/"
[taxonomies]
tag = "tags"
[related]
includeNewer = true
threshold = 50
toLower = false
[[related.indices]]
name = "tags"
weight = 80
[params]
author = "Raghavendra Kamath"
description = "A freelance digital artist and designer from Mumbai, specializing in advertising, editorial and comic book illustration, using only free and open source software"
keywords = "raghukamath, Freelance Illustrator, vector, realistic, illustration, Krita, india, open, source, illustrator, digital painting, GIMP, Inkscape, mumbai"
[menu]
[[menu.main]]
name = "Studio"
url = "https://emblik.studio"
weight = 3
[[menu.main]]
name = "about"
identifier = "about"
url = "/about/"
weight = 1
[[menu.main]]
name = "contact"
identifier = "contact"
url = "/contact/"
weight = 4
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos= false
lineNumbersInTable = true
noClasses = false
style = "friendly"
tabWidth = 4