-
Notifications
You must be signed in to change notification settings - Fork 41
/
config.toml
52 lines (50 loc) · 1.24 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
baseurl = "http://vjeantet.fr/"
copyright = "All rights reserved"
disqusshortname = "vjeantet"
languagecode = "fr-FR"
paginate = 5
pluralizelisttitles = false
theme = "hugo-theme-casper"
title = "Valère JEANTET"
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/"
weight = -120
[[menu.main]]
name = "Github repos"
pre = "<h3>Follow me</h3>"
url = "https://github.com/vjeantet"
weight = 100
[[menu.main]]
name = "Twitter timeline"
url = "https://twitter.com/vjeantet"
weight = 102
[[menu.main]]
name = "Mastodon timeline"
url = "https://hachyderm.io/@vjeantet"
weight = 101
[[menu.main]]
name = "Keybase (secure msg)"
pre = '<h3>Contact me</h3>'
url = "https://Keybase.io/vjeantet"
weight = 109
[params]
author = "Valère JEANTET"
authorlocation = "Paris, France"
authorwebsite = "http://vjeantet.fr"
authorbio = "IT software and Security Engineer, Open source enthusiast."
cover = "images/cover_polenord.jpg"
description = "Whatever the mind of man can conceive and believe, it can achieve."
githubName = "vjeantet"
googleAnalyticsUserID = "UA-79101-12"
hideHUGOSupport = false
logo = "images/logo.png"
twitterName = "vjeantet"
customFooterPartial = "netlify.html"
[permalinks]
post = "/:slug/"
[sitemap]
ChangeFreq = ""
Filename = "sitemap.xml"
Priority = "-1"