mirror of https://github.com/logos-co/roadmap.git
35 lines
825 B
TOML
35 lines
825 B
TOML
baseURL = "https://roadmap.logos.co/"
|
|
languageCode = "en-us"
|
|
googleAnalytics = ""
|
|
relativeURLs = false
|
|
disablePathToLower = true
|
|
ignoreFiles = [
|
|
"/content/templates/*",
|
|
"/content/private/*",
|
|
]
|
|
summaryLength = 20
|
|
paginate = 10
|
|
enableGitInfo = true
|
|
|
|
[markup]
|
|
[markup.tableOfContents]
|
|
endLevel = 3
|
|
ordered = true
|
|
startLevel = 2
|
|
[markup.highlight]
|
|
noClasses = false
|
|
anchorLineNos = false
|
|
codeFences = true
|
|
guessSyntax = true
|
|
hl_Lines = ""
|
|
lineAnchors = ""
|
|
lineNoStart = 1
|
|
lineNos = true
|
|
lineNumbersInTable = true
|
|
style = "dracula"
|
|
[frontmatter]
|
|
lastmod = ["lastmod", ":git", "date", "publishDate"]
|
|
publishDate = ["publishDate", "date"]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|