Bootstrap \o/

This commit is contained in:
Wilfried OLLIVIER 2017-09-03 18:13:29 +02:00
commit f5391008e6
78 changed files with 5134 additions and 0 deletions

35
config.toml Normal file
View file

@ -0,0 +1,35 @@
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