-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
141 lines (116 loc) · 3.57 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
######################## default configuration ####################
baseURL = "https://visualpartnership.xyz/constellations"
languageCode = "en-us"
title = "Visual Constellations"
theme = "liva-hugo"
summaryLength = "10"
paginate = 6
disqusShortname = ""
[outputs]
home = ["HTML", "RSS", "JSON"]
############################# Plugins ##############################
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
URL = "plugins/slick/slick.css"
[[params.plugins.css]]
URL = "plugins/themify-icons/themify-icons.css"
[[params.plugins.css]]
URL = "plugins/venobox/venobox.css"
# JS Plugins
[[params.plugins.js]]
URL = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
URL = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
URL = "plugins/slick/slick.min.js"
[[params.plugins.js]]
URL = "plugins/venobox/venobox.min.js"
[[params.plugins.js]]
URL = "plugins/search/fuse.min.js"
[[params.plugins.js]]
URL = "plugins/search/mark.js"
[[params.plugins.js]]
URL = "plugins/search/search.js"
############################## navigation ###############################
[menu]
# main menu
[[menu.main]]
name = "About"
URL = "about"
weight = 1
[[menu.main]]
name = "Post"
URL = "blog"
weight = 2
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 3
# footer menu
[[menu.footer]]
name = "About"
URL = "about"
weight = 1
[[menu.footer]]
name = "Post"
URL = "blog"
weight = 2
[[menu.footer]]
name = "Contact"
URL = "contact"
weight = 3
#################### default parameters ################################
[params]
logo = "https://res.cloudinary.com/carlogilmar/image/upload/v1584863922/visual_partner/Ilustracio%CC%81n_sin_ti%CC%81tulo_3_fun73w.png"
home = "Home"
# Meta data
description = "This is meta description"
author = "carlogilmar"
# Google Analitycs
#googleAnalitycsID = "G-XF3KXZBK3Y"
googleAnalitycsID = "G-DY1H1676TH"
# Contact Information
email = "[email protected]"
location = "Mexico, CDMX 🇲🇽"
# copyright
copyright = "| copyright © 2021 [Themefisher](https://themefisher.com/hugo-themes/) All Rights Reserved @visual_partner @carlogilmar |"
# Preloader
[params.preloader]
enable = true
preloader = "" # use .png , .svg or .gif format
# search
[params.search]
enable = true
############################ news letter ########################
[params.newsletter]
enable = false
title = "Join Our Newsletter"
content = "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero"
# cookies
[params.cookies]
enable = true
expire_days = 2
############################# social site ########################
[[params.social]]
title = "facebook"
icon = "ti-facebook" # themify icon : https://themify.me/themify-icons
link = "https://www.facebook.com/visualpartnership/"
[[params.social]]
title = "twitter"
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
link = "https://twitter.com/visual_partner"
[[params.social]]
title = "instagram"
icon = "ti-instagram" # themify icon : https://themify.me/themify-icons
link = "https://www.instagram.com/visual_partner/"
[[params.social]]
title = "github"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "https://github.com/visualpartnership"
[[params.social]]
title = "linkedin"
icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons
link = "https://www.linkedin.com/company/visual-partnership/"