19 lines
387 B
TOML
19 lines
387 B
TOML
|
baseURL = "https://zebra.life/"
|
||
|
languageCode = "fr-FR"
|
||
|
title = "Zebra"
|
||
|
paginate = 10
|
||
|
theme = "casper"
|
||
|
canonifyurls = true
|
||
|
Copyright = "@ 2020"
|
||
|
|
||
|
[params]
|
||
|
description = "Un mode de vie : le nomadisme"
|
||
|
cover = "/content/images/2016/08/HOME_08-1.svg"
|
||
|
hideHUGOSupport = true
|
||
|
paginatedsections = "posts"
|
||
|
|
||
|
[markup]
|
||
|
[markup.goldmark]
|
||
|
[markup.goldmark.renderer]
|
||
|
unsafe = true
|