baseURL = "https://example.com/"
|
title = "Compose Docs"
|
enableRobotsTXT = true
|
# this example loads the theme as hugo module
|
# comment out line below, and uncomment the line after it if you prefer to load the theme normally
|
theme = ["github.com/onweru/compose"] # edit this if you'ld rather use a fork of this repo
|
# theme = "compose"
|
enableGitInfo = true
|
|
disableKinds = ["taxonomy", "taxonomyTerm"]
|
|
# menu items
|
[[menu.main]]
|
name = "Docs"
|
weight = 2
|
url = "docs/"
|
|
[[menu.main]]
|
name = "Example"
|
weight = 3
|
url = "https://docs.neuralvibes.com"
|
|
[markup]
|
[markup.goldmark]
|
[markup.goldmark.renderer]
|
unsafe = true
|
[markup.goldmark.extensions]
|
typographer = false
|
[markup.highlight]
|
codeFences = true
|
guessSyntax = false
|
hl_Lines = ""
|
lineNoStart = 1
|
lineNos = true
|
lineNumbersInTable = true
|
noClasses = false
|
style = "monokai"
|
tabWidth = 2
|
[markup.tableOfContents]
|
endLevel = 4
|
ordered = false
|
startLevel = 2
|
|
# Everything below this are Site Params
|
|
[params]
|
author = "Weru"
|
searchPlaceholder = "Search the docs ..."
|
repo = "https://github.com/onweru/compose"
|
|
time_format_blog = "Monday, January 02, 2006"
|
time_format_default = "January 2, 2006"
|
enableDarkMode = true # set to false to disable darkmode by default # user will still have the option to use dark mode
|
[params.logo]
|
lightMode = "compose.svg"
|
darkMode = "compose-light.svg"
|
|
[params.source]
|
name = "GitHub"
|
icon = "github.svg"
|
url = "https://github.com/onweru/compose/"
|