blog/config.toml

35 lines
731 B
TOML
Raw Normal View History

2017-09-03 16:13:29 +00:00
baseurl = "https://blog.papey.fr"
DefaultContentLanguage = "en"
title = "import {} from 'blog';"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
[Params]
2019-01-18 09:19:24 +00:00
subtitle = "I build and broke stuff, the DevOps way."
2017-09-04 11:41:42 +00:00
logo = "img/logo.png"
2017-09-03 16:13:29 +00:00
favicon = "img/favicon.ico"
2020-04-02 18:42:46 +00:00
commit = "https://stdio.space/papey/blog/commit/"
2017-09-03 16:13:29 +00:00
rss = true
comments = false
[Author]
name = "Wilfried OLLIVIER"
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