57 lines
1.1 KiB
TOML
57 lines
1.1 KiB
TOML
baseURL = "https://devoalda.gitlab.io/"
|
|
title = "Devoalda"
|
|
theme = "zzo"
|
|
|
|
defaultContentLanguage = "en"
|
|
defaultContentLanguageInSubdir = true
|
|
hasCJKLanguage = true
|
|
|
|
# Robots.txt
|
|
enableRobotsTXT = true
|
|
|
|
summaryLength = 70
|
|
buildFuture = true
|
|
|
|
copyright = "[Devoalda](https://devoalda.gitlab.io) - All right reserved\nLicensed under"
|
|
timeout = 10000
|
|
enableEmoji = true
|
|
paginate = 13
|
|
rssLimit = 100
|
|
|
|
enableGitInfo = false
|
|
googleAnalytics = ""
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
hardWraps = true
|
|
unsafe = true
|
|
xHTML = true
|
|
[markup.highlight]
|
|
codeFences = true
|
|
lineNos = true
|
|
lineNumbersInTable = true
|
|
noClasses = false
|
|
[markup.tableOfContents]
|
|
endLevel = 3
|
|
ordered = false
|
|
startLevel = 1
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "SearchIndex"]
|
|
section = ["HTML", "RSS", "SearchIndex"]
|
|
taxonomyTerm = ["HTML", "RSS", "SearchIndex"]
|
|
taxonomy = ["HTML", "RSS", "SearchIndex"]
|
|
|
|
[outputFormats]
|
|
[outputFormats.SearchIndex]
|
|
mediaType = "application/json"
|
|
baseName = "index"
|
|
isPlainText = true
|
|
notAlternative = true
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
series = "series"
|