16 lines
No EOL
371 B
TOML
16 lines
No EOL
371 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/" |