-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
62 lines (55 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
53
54
55
56
57
58
59
60
61
62
baseURL = "/"
languageCode = "en-us"
title = "oddgoo.com"
theme = "initio"
publishDir = "public"
[params]
name = " "
description = " "
email = " "
phone = " "
address = " "
year = 2018
background = ""
favicon = "/oddgoo_logo_square.png"
DateForm = "January 2, 2006"
footerEnableContact = false
footerEnableFollowme = true
footerEnableTextWidget = false
footerEnableFormWidget = false
[[menu.main]]
name = "home"
url = "/"
weight = 1
[[menu.main]]
name = "blog"
url = "/post/"
weight = 5
[params.disqus]
site = "hugo-initio-site.disqus.com"
[params.sharethis]
property = "123456789012345678901234"
custom = true
[params.google.analytics]
trackerID = "UA-47737540-2"
[[params.social]]
title = "linkedin"
url = "https://www.linkedin.com/in/cuauhtemoc-moreno-819a639/"
icon = "fa-linkedin-square"
footer = true
sharethis = true
network = "linkedin"
[[params.social]]
title = "github"
url = "https://github.com/oddgoo"
icon = "fa-github"
footer = true
sharethis = false
network = ""
[[params.social]]
title = "email"
url = "mailto:[email protected]"
icon = "fa-envelope"
footer = true
sharethis = true
network = "email"