36 lines
723 B
TOML
36 lines
723 B
TOML
![]() |
baseurl = "https://blog.papey.fr"
|
||
|
DefaultContentLanguage = "en"
|
||
|
title = "import {} from 'blog';"
|
||
|
theme = "beautifulhugo"
|
||
|
metaDataFormat = "yaml"
|
||
|
pygmentsUseClasses = true
|
||
|
pygmentCodeFences = true
|
||
|
|
||
|
[Params]
|
||
|
subtitle = "Articles about stuff I use or build…"
|
||
|
logo = "img/avatar-icon.png"
|
||
|
favicon = "img/favicon.ico"
|
||
|
commit = true
|
||
|
rss = true
|
||
|
comments = false
|
||
|
|
||
|
[Author]
|
||
|
name = "Wilfried OLLIVIER"
|
||
|
website = "papey.fr"
|
||
|
email = "wollivier@fdn.fr"
|
||
|
github = "papey"
|
||
|
twitter = "MarcelMonfort"
|
||
|
stackoverflow = "users/7925197/papey"
|
||
|
spotify = "MarcelMonfort"
|
||
|
telegram = "@P4p3y"
|
||
|
|
||
|
[[menu.main]]
|
||
|
name = "Blog"
|
||
|
url = ""
|
||
|
weight = 1
|
||
|
|
||
|
[[menu.main]]
|
||
|
name = "Tags"
|
||
|
url = "tags"
|
||
|
weight = 3
|