-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
70 lines (57 loc) · 1.42 KB
/
hugo.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
######################## default configuration ####################
baseURL = "https://examplesite.com"
title = "Torque | IIT Hyderabad"
theme = "congo"
paginate = 5
# pagination.pagerSize = 2
summaryLength = 10
######################### navigation ##############################
[[menu.main]]
name = "Home"
pre = ""
url = "/"
weight = 1
[[menu.main]]
name = "About"
pre = "#"
url = "about"
weight = 2
[[menu.main]]
name = "Projects"
pre = ""
url = "projects"
weight = 3
[[menu.main]]
name = "Blogs"
pre = ""
url = "blogs"
weight = 4
[[menu.main]]
name = "Team"
pre = ""
url = "team"
weight = 5
#################### default parameters ################################
[params]
logo = "images/logo.png"
############################# 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 = "#"