-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
62 lines (54 loc) · 1.48 KB
/
config.toml
File metadata and controls
62 lines (54 loc) · 1.48 KB
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
baseURL = "https://ctglab.github.io/"
languageCode = "en-us"
title = "CTGLab - Computational Genomics Lab"
theme = "timer-hugo"
# We Used Ionicons Icon font for Icon, for more details check this link - https://ionicons.com/
# Navbar Menus
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Publications"
url = "publications"
weight = 2
#[[menu.main]]
#name = "Research"
#url = "research"
#weight = 3
[[menu.main]]
name = "Projects"
url = "projects"
weight = 3
[[menu.main]]
name = "Tools"
url = "tools"
weight = 4
[[menu.main]]
name = "News"
url = "news"
weight = 5
[[menu.main]]
name = "Contacts"
url = "contact"
weight = 6
# Site Params
[params]
home = "Home"
logo = "images/resized_logo.png"
# Banner Section
[params.banner]
enable = true
bgImage = "images/banner2.jpg"
heading = "CTGLab"
description = "Computational and Translational Genomics Laboratory"
# button
btn = false
btnText = "Download More"
btnURL = "https://themefisher.com/"
# Homepage About Section
[params.about]
enable = true
title = "Our lab"
content = "CTGLab develops innovative computational solutions and analytical frameworks to transform multi-omics and clinical data into actionable insights for Precision Medicine. Our multidisciplinary approach integrates mathematics, statistics, machine learning, and computer science to decode the complexity of cancer biology and advance personalized therapeutic strategies"
image = "images/about/test.jpg"