-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
86 lines (71 loc) · 1.76 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
######################## default configuration ####################
baseURL = ""
title = "Animal Data Sciences"
theme = "omega_ads"
# google analytics
googleAnalytics = "G-9T7TFZZESD"
[markup.goldmark.renderer]
unsafe= true
######################### navigation ##############################
[[menu.main]]
name = "Home"
pre = ""
url = "/"
weight = 1
[[menu.main]]
name = "Mission"
pre = "#"
url = "mission"
weight = 2
[[menu.main]]
name = "Projects"
pre = "#"
url = "vision"
weight = 3
[[menu.main]]
name = "PI"
pre = "#"
url = "products"
weight = 4
[[menu.main]]
name = "Career"
pre = "#"
url = "positions"
weight = 5
[[menu.main]]
name = "Contact"
pre = "#"
url = "contact"
weight = 6
#################### default parameters ################################
[params]
logo = "images/logo_vtads.png"
logo_width = "420px"
# Meta data
description = "This is meta description"
author = "Themefisher"
# contact info
contact_info = "Litton-Reaves Hall <br>175 W Campus Dr, <br>Virginia Tech <br> Blacksburg, Virginia 24061"
# Preloader
preloader = true
############################# social site ########################
[[params.social]]
title = "facebook"
icon = "fa-facebook" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/
link = "#"
[[params.social]]
title = "twitter"
icon = "fa-twitter" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/
link = "#"
[[params.social]]
title = "instagram"
icon = "fa-instagram" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/
link = "#"
[[params.social]]
title = "github"
icon = "fa-github" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/
link = "#"
[[params.social]]
title = "linkedin"
icon = "fa-linkedin" # fontawesome icon pack v4.7 https://fontawesome.com/v4.7.0/icons/
link = "#"