30 lines
No EOL
643 B
TOML
30 lines
No EOL
643 B
TOML
baseurl = "/"
|
|
title = "Infinite Improbability"
|
|
theme = "beautifulhugo"
|
|
|
|
[Params]
|
|
mainSections = ["post"]
|
|
intro = true
|
|
headline = "Infinite Improbability"
|
|
description = "thoughts on computing"
|
|
github = "https://github.com/shautvast"
|
|
opengraph = true
|
|
shareTwitter = true
|
|
dateFormat = "Mon, Jan 2, 2006"
|
|
|
|
[Permalinks]
|
|
post = "/:filename/"
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
anchorLineNos = false
|
|
codeFences = true
|
|
guessSyntax = false
|
|
hl_Lines = ''
|
|
lineAnchors = ''
|
|
lineNoStart = 1
|
|
lineNos = false
|
|
lineNumbersInTable = true
|
|
noClasses = true
|
|
style = 'monokai'
|
|
tabWidth = 4 |