22 lines
366 B
TOML
22 lines
366 B
TOML
baseURL = 'https://tcharles.fr/'
|
|
languageCode = 'en-us'
|
|
title = 'Thibaut CHARLES - Portfolio'
|
|
#theme = 'crom'
|
|
sectionPagesMenu = 'main'
|
|
|
|
|
|
[markup.goldmark.parser]
|
|
wrapStandAloneImageWithinParagraph = false
|
|
|
|
[markup.goldmark.parser.attribute]
|
|
block = true
|
|
title = true
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
|
|
[[menus.main]]
|
|
name = 'Home'
|
|
pageRef = '/'
|
|
weight = 1
|