web/config.toml

40 lines
867 B
TOML
Raw Normal View History

2017-04-21 19:49:46 +00:00
baseurl = "https://papey.fr"
title = "Papey"
theme = "dimension"
languageCode = "fr-fr"
defaultContentLanguage = "fr"
enableRobotsTXT = true
2017-11-01 14:10:53 +00:00
disableKinds=["RSS"]
2017-04-21 19:49:46 +00:00
[params]
title = "Wilfried OLLIVIER aka Papey"
2019-01-18 10:35:06 +00:00
description = 'Linux, Btrfs, Ansible, Docker, Golang and JavaScript stuff.'
2017-04-21 19:49:46 +00:00
logo = "fa-linux"
copyright = "Papey"
[[params.social]]
medium = "twitter"
icon = "twitter"
link = "https://twitter.com/MarcelMonfort"
[[params.social]]
medium = "codingame"
icon = "code"
link = "https://www.codingame.com/profile/597a66057acb1b014b27a17dfd0c8d1b2750471"
[[params.social]]
medium = "mastodon"
icon = "users"
link = "https://mastodon.papey.fr/@papey"
[[params.social]]
medium = "github"
icon = "github"
link = "https://github.com/papey"
[[params.social]]
medium = "gogs"
icon = "git"
link = "https://git.stdcall.me/papey"