-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
96 lines (75 loc) · 1.88 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
baseURL = "authortodd.com"
languageCode = "en-us"
title = "Author Todd Schimmell"
theme = "influencer hugo"
summaryLength = "10"
paginate = 6
themesDir = "themes"
publishDir = "public"
img = "https://authortodd.b-cdn.net/images/blog/newburgh-full.jpg"
[params]
logo = "https://authortodd.b-cdn.net/logo.png"
img = ""
home = "Home"
description = "Home of Books, Workshops and More."
author = ""
googleAnalitycsID = "G-DST9XBY9W9"
copyright = "Powered by [Dark Matter](www.darkmatter.works) and Compassio Veraque."
[[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/magnific-popup/magnific-popup.css"
[[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/magnific-popup/magnific-popup.min.js"
[params.preloader]
enable = true
preloader = ""
[params.navButton]
enable = true
[params.cookies]
enable = true
expire_days = 2
[params.footer]
content = "There's nothing Todd enjoys more than hearing from readers."
[[params.share]]
title = "facebook"
icon = "ti-facebook"
link = "https://www.facebook.com/Authortoddschimmell"
[[params.share]]
title = "twitter"
icon = "ti-twitter-alt"
link = "https://twitter.com/thefunreader"
[[params.share]]
title = "instagram"
icon = "ti-instagram"
link = "https://www.instagram.com/author_todd/"
[[menu.main]]
name = "Shop"
URL = "otherBooks"
weight = 1
[[menu.main]]
name = "Blog"
URL = "blog"
weight = 2
[[menu.main]]
name = "Reviews"
URL = "review"
weight = 4
[[menu.main]]
name = "About"
URL = "author"
weight = 5
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 6