-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
216 lines (183 loc) · 4.79 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
######################## default configuration ####################
baseURL = "https://demo.gethugothemes.com/bookworm-light/"
title = "Bookworm - Personal Blog Template"
theme = "bookworm-light"
# post pagination
paginate = "5"
# post excerpt
summaryLength = "20"
# google analytics
googleAnalytics = "" # example : UA-123-45
# disqus short name
disqusShortname = "themefisher-template" # get your shortname form here : https://disqus.com
############################# Modules ##############################
[module.hugoVersion]
extended = true
min = "0.87.0"
############################# Image Processing ##############################
[imaging]
quality = "95"
############################# Outputs ##############################
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup.goldmark.renderer]
unsafe= true
############################## Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/line-awesome/css/line-awesome.min.css"
[[params.plugins.css]]
link = "https://fonts.googleapis.com/css2?family=Mulish:wght@500;600;700;800;900&display=swap"
# 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/instagram-feed/instagram-feed.js"
[[params.plugins.js]]
link = "plugins/search/fuse.min.js"
[[params.plugins.js]]
link = "plugins/search/mark.js"
[[params.plugins.js]]
link = "plugins/search/search.js"
# site variables
[params.variables]
font_primary = "Mulish"
h1 = "64px"
h1_lg = "52px"
h1_md = "42px"
h2 = "38px"
h2_md = "30px"
h3 = "30px"
h3_md = "24px"
h4 = "24px"
h5 = "18px"
h6 = "16px"
white = "#ffffff"
black = "#000000"
dark = "#152035"
gray = "#747577"
light = "#FAFAFA"
color_primary = "#01AD9F"
#################### default parameters ################################
[params]
logo = "images/logo.png"
logo_width = "200px"
favicon = "images/favicon.png"
# Meta data
description = "This is meta description"
author = "Themefisher"
# contact form action
contact_form_action = "#" # contact form works with https://formspree.io
# search
search = true
# main section
mainSections = ["blog"]
# copyright
copyright = "Designed & Developed By [Gethugothemes](https://gethugothemes.com/)"
# Preloader
[params.preloader]
enable = false
preloader = "" # use jpg, png, svg or gif format.
# Instagram feed
[params.instafeed]
enable = false
instagram_user = "bookworm"
access_token = "IGQVJYeUk4YWNIY1h4OWZANeS1wRHZARdjJ5QmdueXN2RFR6NF9iYUtfcGp1NmpxZA3RTbnU1MXpDNVBHTzZAMOFlxcGlkVHBKdjhqSnUybERhNWdQSE5hVmtXT013MEhOQVJJRGJBRURn"
# Subscription
[params.subscription]
enable = true
# mailchimp subsciption
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours
title = "Subscribe for our monthly newsletter."
input_placeholder = "Enter your email"
# cookies
[params.cookies]
enable = false
expire_days = 2
############################# Main Menu ########################
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "about/"
weight = 3
[[menu.main]]
name = "Contact"
url = "contact/"
weight = 4
[[menu.main]]
name = "Buy Premium"
url = "https://gethugothemes.com/products/bookworm/"
weight = 5
[[menu.main]]
weight = 6
url = "#"
name = "Pages"
hasChildren = true
[[menu.main]]
parent = "Pages"
name = "Author"
url = "author/"
weight = 1
[[menu.main]]
parent = "Pages"
name = "Tags"
url = "tags/"
weight = 2
[[menu.main]]
parent = "Pages"
name = "Category"
url = "categories/"
weight = 3
[[menu.main]]
parent = "Pages"
name = "Elements"
weight = 4
url = "elements/"
[[menu.main]]
parent = "Pages"
name = "Privacy"
url = "privacy/"
weight = 5
[[menu.main]]
parent = "Pages"
name = "Terms & Conditions"
url = "terms-conditions/"
weight = 6
############################# Footer Menu ########################
[[menu.footer]]
name = "About"
url = "about/"
weight = 1
[[menu.footer]]
name = "Authors"
url = "author/"
weight = 2
[[menu.footer]]
name = "Privacy"
url = "privacy/"
weight = 3
[[menu.footer]]
name = "Terms & Conditions"
url = "terms-conditions/"
weight = 4
# Social Icons
[[params.social]]
icon = "lab la-facebook-f" # https://icons8.com/line-awesome
url = "https://www.facebook.com/"
[[params.social]]
icon = "lab la-twitter" # https://icons8.com/line-awesome
url = "https://www.twitter.com/"
[[params.social]]
icon = "lab la-instagram" # https://icons8.com/line-awesome
url = "https://www.instagram.com/"
[[params.social]]
icon = "lab la-linkedin-in" # https://icons8.com/line-awesome
url = "https://www.linkedin.com/"