-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
47 lines (47 loc) · 1.16 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
baseURL = "/"
languageCode = "en-us"
summaryLength = "10"
theme = "kross-hugo"
title = "FACE WORKOUT"
[[menu.main]]
URL = "about"
name = "F.A.Q."
weight = 1
[[menu.main]]
URL = "contact"
name = "Contact"
weight = 2
[params]
address = "Online training ONLY"
author = "Face Insights Academy"
copyright = "Copyright theme by hugo"
description = "Look Younger "
email = "[email protected]"
google_analitycs_id = "Your ID"
home = "Home"
logo = "/images/logo.png"
phone = "fill in the contact form"
theme_color = "#41228e"
[params.contact]
enable = true
form_action = "https://formspree.io/[email protected]"
[[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.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"
[params.preloader]
enable = true
preloader = ""
[[params.social]]
URL = "Https://www.instagram.com/face_workout"
icon = "ti-instagram"