-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
156 lines (128 loc) · 3.65 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
######################## default configuration ####################
baseURL = "https://messaginebot.com/"
title = "Messagine"
theme = "bigspring"
languageName = "En"
languageCode = "en-us"
# post pagination
paginate = "3"
# post excerpt
summaryLength = "15"
# disqus short name
disqusShortname = "" # get your shortname form here : https://disqus.com
# google analytics
googleAnalytics = "UA-59701650-5" # example : UA-123-45
# unsafe html
[markup.goldmark.renderer]
unsafe = true
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/fontawesome/css/all.min.css"
# JS Plugins
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
############################## navigation ###############################
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 1
[[menu.main]]
name = "Privacy Policy"
URL = "privacy-policy"
weight = 2
[[menu.main]]
name = "Source Code"
URL = "https://github.com/messagine/messagine-bot"
weight = 3
[[menu.main]]
name = "Issues"
URL = "https://github.com/messagine/messagine-bot/issues"
weight = 4
# footer menu left
# [[menu.footer_left]]
# name = "About Us"
# URL = "#"
# [[menu.footer_left]]
# name = "Quick Start"
# URL = "#"
# [[menu.footer_left]]
# name = "Pricing"
# URL = "pricing"
# footer menu middle
# [[menu.footer_middle]]
# name = "Pricing"
# URL = "pricing"
# [[menu.footer_middle]]
# name = "Platform"
# URL = "#"
# [[menu.footer_middle]]
# name = "Features"
# URL = "#"
# footer menu right
# [[menu.footer_right]]
# name = "Privacy Policy"
# URL = "privacy-policy"
# [[menu.footer_right]]
# name = "Terms & Conditions"
# URL = "terms-conditions"
# [[menu.footer_right]]
# name = "FAQ"
# URL = "faq"
#################### default parameters ################################
[params]
logo = "images/logo.png"
logo_width = "200px"
favicon = "images/favicon.png"
# Meta data
description = "Best chat platform on Telegram"
author = "Messagine"
# contact form action
contact_form_action = "https://formspree.io/f/xjvpdjnw" # contact form works with https://formspree.io
########### footer content ##########
# footer_menu_left = "Company"
# footer_menu_middle = "Product"
# footer_menu_right = "Support"
# footer_content = "Lorem ipsum dolor sit amet, consectetur elit. Consjat tristique eget amet, tempus eu at cttur."
# copyright
# copyright = "Design By [Themefisher](https://themefisher.com/) Develop By [Gethugothemes](https://gethugothemes.com/)"
# Preloader
[params.preloader]
enable = false
preloader = "" # use jpg, png, svg or gif format.
# Navigation buttons
[params.navigation_button]
enable = true
label = "Get Started"
link = "https://t.me/MessagineBot"
############################# social site ########################
[[params.social]]
title = "facebook"
icon = "fab fa-facebook"
link = "https://facebook.com/messagine"
[[params.social]]
title = "instagram"
icon = "fab fa-instagram"
link = "https://instagram.com/messagine"
[[params.social]]
title = "twitter"
icon = "fab fa-twitter"
link = "https://twitter.com/messagine"
[[params.social]]
title = "linkedin"
icon = "ti-linkedin"
link = "https://www.linkedin.com/company/messagine"
# [[params.social]]
# title = "skype"
# icon = "ti-skype"
# link = "#"