-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
73 lines (59 loc) · 1.37 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
baseURL = "http://localhost/"
languageCode = "en-us"
title = "Kobil"
theme = "kross-hugo-portfolio-template"
summaryLength = "10"
# 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"
# 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/shuffle/shuffle.min.js"
# navigation
[menu]
[[menu.main]]
name = "About"
URL = "about"
weight = 2
[[menu.main]]
name = "Blog"
URL = "blog"
weight = 3
[[menu.main]]
name = "Portfolio"
URL = "portfolio"
weight = 4
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 5
[params]
logo = "images/kobil-logo-w.png"
home = "Home"
# Meta data
description = "This is meta description"
author = "Themefisher"
# Google Analitycs
googleAnalitycsID = "Your ID"
# Preloader
[params.preloader]
enable = true
[params.contact]
enable = true
formAction = "#" #contact form works with formspree.io
[params.footer]
email = "marketing@kobil.com"
phone = "+49 (6241) 3004-80"
address = "Pfortenring 11 67547 Worms GERMANY"