-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (43 loc) · 1.47 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
languageCode = "en-us"
title = "World Hacks"
BaseUrl= "https://jice.lavocat.name/blog/"
LanguageCode= "fr-FR"
Title= "World Hacks"
paginate = 15
DisqusShortname = "jicelavocat"
Copyright = "All rights reserved - 2016"
theme = "casper_jice"
canonifyurls = true
[permalinks]
post= "/:year/:title/"
[params]
Description = "French/English essays about our Digital World, about Nature and Mind"
cover = "images/coverCalvi.png"
author = "Jean-Christophe Lavocat"
authorlocation = "Aix en Provence, France"
authorwebsite = "http://jice.lavocat.name"
bio = "World citizen, often found in France. Currently trying to build a Startup named <a href='https://www.elokenz.com'>Elokenz</a> : a SaaS about Content Marketing and Social Media."
logo = "images/logo.png"
googleAnalyticsUserID = "UA-3492655-1"
# Optional RSS-Link, if not provided it defaults to the standard index.xml
#RSSLink = "http://feeds.feedburner.com/jice_lavocat"
githubName = "tanzaho"
twitterName = "jice_lavocat"
facebookName = "jean.christophe.gomez.lavocat"
linkedinName = "9743130"
newsletterLink = "http://eepurl.com/Argdf"
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
hideHUGOSupport = false
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[[menu.main]]
name = "My Blog"
weight = -120
identifier = "blog"
url = "/"
[[menu.main]]
name = "About me"
weight = -110
identifier = "about"
url = "/about"