You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
1.9 KiB
TOML
104 lines
1.9 KiB
TOML
baseURL = "https://no-js.club/"
|
|
languageCode = 'en'
|
|
title = 'no-JS.club'
|
|
disableHugoGeneratorInject = 'true'
|
|
|
|
enableGitInfo = 'true'
|
|
|
|
[permalinks]
|
|
posts = "/log/:year/:title/"
|
|
|
|
preserveTaxonomyNames = true
|
|
enableRobotsTXT = true
|
|
|
|
[outputFormats]
|
|
[outputFormats.RSS]
|
|
baseName = 'rss'
|
|
isPlainText = false
|
|
mediaType = 'application/rss+xml'
|
|
protocol = 'https://'
|
|
|
|
[outputs]
|
|
home = ['HTML']
|
|
section = ['HTML']
|
|
taxonomy = ['HTML']
|
|
term = ['HTML']
|
|
page = ['HTML']
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
anchorLineNos = false
|
|
codeFences = true
|
|
guessSyntax = false
|
|
hl_Lines = ''
|
|
lineAnchors = ''
|
|
lineNoStart = 1
|
|
lineNos = true
|
|
lineNumbersInTable = true
|
|
noClasses = true
|
|
style = 'dracula'
|
|
tabWidth = 2
|
|
|
|
defaultMarkdownHandler = 'goldmark'
|
|
[markup.asciidocExt]
|
|
backend = 'html5'
|
|
extensions = []
|
|
failureLevel = 'fatal'
|
|
noHeaderOrFooter = true
|
|
preserveTOC = false
|
|
safeMode = 'unsafe'
|
|
sectionNumbers = false
|
|
trace = false
|
|
verbose = false
|
|
workingFolderCurrent = false
|
|
[markup.asciidocExt.attributes]
|
|
|
|
[markup.goldmark]
|
|
[markup.goldmark.extensions]
|
|
definitionList = true
|
|
footnote = true
|
|
linkify = true
|
|
strikethrough = true
|
|
table = true
|
|
taskList = true
|
|
typographer = true
|
|
|
|
[markup.goldmark.parser]
|
|
autoHeadingID = true
|
|
autoHeadingIDType = 'github'
|
|
[markup.goldmark.parser.attribute]
|
|
block = false
|
|
title = true
|
|
|
|
[markup.goldmark.renderer]
|
|
hardWraps = false
|
|
unsafe = false
|
|
xhtml = false
|
|
|
|
[markup.tableOfContents]
|
|
endLevel = 3
|
|
ordered = false
|
|
startLevel = 2
|
|
|
|
[author]
|
|
name = "Frank"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
name = "faq"
|
|
url = "/faq/"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "membership"
|
|
url = "https://todo.sr.ht/~hmbrg/no-JS"
|
|
weight = 20
|
|
|
|
[imaging]
|
|
resampleFilter = "box"
|
|
quality = 75
|
|
anchor = "smart"
|
|
bgColor = "#ffffff"
|
|
disableDate = true
|
|
disableLatLong = true
|