-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
91 lines (79 loc) · 2.92 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
baseURL = "https://www.chi2labs.com/"
relativeURLs = false
languageCode = "en-us"
title = "Chi Square Labs | Learning Analytics Done Right"
theme = "timer-hugo"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
# We Used Ionicons Icon font for Icon, for more details check this link - https://ionicons.com/
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "About"
url = "about"
weight = 2
[[menu.nav]]
name = "Products"
url = "product"
weight = 3
[[menu.nav]]
name = "Blog"
url = "blog"
weight = 4
[[menu.nav]]
name = "Contact"
url = "contact"
weight = 5
# Site Params
[params]
home = "Home"
dateFormat = "6 January 2006"
# Banner Section
[params.banner]
enable = true
bgImage = false
##"images/slider.jpg"
heading = "$$\\chi^\\color{red}2$$ Laboratories"
description = "WITH OVER 10 YEARS EXPERIENCE, We know what works, and what doesn't. Peruse our website to learn more about our scientific approach."
[[params.banner.flipText]]
title = "Learning Analytics"
[[params.banner.flipText]]
title = "Educational Data-Mining"
[[params.banner.flipText]]
title = "Adaptive Assessment"
# Homepage About Section
[params.about]
enable = false
title = "ABOUT ME"
content = "Hello, I’m a UI/UX Designer & Front End Developer from Victoria, Australia. I hold a master degree of Web Design from the World University.And scrambled it to make a type specimen book. It has survived not only five centuries. <br> <br> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Error, adipisci voluptatum repudiandae, natus impedit repellat aut officia illum at assumenda iusto reiciendis placeat. Temporibus, vero."
image = "images/about/about.jpg"
# Call to Action
[params.cta]
enable = true
title = "Stay in touch"
content = "Whether you have questions, need to schedule a demo, or have criticism, praise, suggestions or general feedback? We're here to help."
btnText = "Contact Us"
btnURL = "/contact"
# Portfolio Section On Homepage
[params.product]
enable = true
title = "Products and Services"
subtitle= "Our portfolio of products and services is designed to meet all your learning analytics needs."
[params.footer]
[[params.footer.socialIcon]]
icon = "ion-social-facebook"
url = "#"
[[params.footer.socialIcon]]
icon = "ion-social-instagram"
url = "#"
[[params.footer.socialIcon]]
icon = "ion-social-linkedin"
url = "#"
# Taxonomies support
[taxonomies]
category = "categories"
tag = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true