-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
153 lines (129 loc) · 3.51 KB
/
config.toml
File metadata and controls
153 lines (129 loc) · 3.51 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Page settings
baseurl = "localhost:1313"
title = "I.S.B Hockey Subacuático"
languageCode = "es-es"
defaultContentLanguage = "es"
theme = "hugo-elate-theme"
[languages]
[languages.es]
title = "I.S.B Hockey Subacuático"
weight = 1
[params]
custom_css = ["css/custom1.css", "css/schedule.css"]
# Meta
author = "Víctor Guzmán"
description = "Static page for the Underwater Hockey team Intrèpids Seitons del Barcelonés"
email = "hoqueisub@gmail.com"
# Navigation
[params.navigation]
brand = "ISB"
home = "Inicio"
[[params.navigation.item]]
title = "Juega con nosotros"
anchor = "work"
enable = true
[[params.navigation.item]]
title = "Horarios"
anchor = "schedule"
enable = true
[[params.navigation.item]]
title = "Estadísticas"
anchor = "counters"
enable = true
[[params.navigation.item]]
title = "Contacto"
anchor = "contact"
enable = true
# Hero section
[params.hero]
title = "I.S.B Hockey Subacuático"
subtitle = 'Club de Hockey Subacuático en Barcelona'
logo = "ISB_logo.jpg"
background = "ISB_ring.jpg"
# Intro section
# Available icons: http://simplelineicons.com/
[params.intro]
[params.intro.video]
enable = true
title = "Hockey subacuático en acción"
icon = "icon-play2"
url = "https://www.youtube.com/watch?v=a9G-I6P3mYs"
# Work section
[params.work]
enable = true
title = "Juega con nosotros"
description = "Ven a jugar con nosotros. ¡Te encantará!"
[[params.work.row]]
img = "ISB_team1.jpg"
alt = "Equipo"
[[params.work.row]]
img = "ISB_team2.jpg"
alt = "Equipo"
[[params.work.row]]
img = "ISB_team3.jpg"
alt = "Equipo"
[[params.work.row]]
img = "ISB_team4.jpg"
alt = "Equipo"
[[params.work.row]]
img = "ISB_team5.jpg"
alt = "Equipo"
[[params.work.row]]
img = "ISB_fight.jpg"
alt = "Lucha"
# Counters section
[params.counters]
enable = true
title = "Stats"
background = "ISB_fight_cut.jpg"
[[params.counters.item]]
description = "Jugadores"
icon = "icon-people"
from = 0
to = 43
interval = 1
speed = 1000
[[params.counters.item]]
description = "Minutos en apnea a la semana"
icon = "icon-spinner"
from = 0
to = 10320
interval = 50
speed = 5000
[[params.counters.item]]
description = "Años del club"
icon = "icon-trophy"
from = 0
to = 23
interval = 1
speed = 1000
# About section
[params.schedule]
enable = true
title = "Horarios"
description = "Estos son los días y horarios en los que puedes venir a jugar con nosotros:"
# Contact section
[params.contact]
enable = true
map = true
form = true
title = "Contacto"
# Available icons: http://simplelineicons.com/
details = [
["icon-home", "CEM Besòs, Ronda de Sant Ramon de Penyafort 08930 Barcelona"],
#["icon-phone", "(123) 465-6789"],
["icon-envelope", "hoqueisub@gmail.com"],
]
name = "Nombre"
email = "Email"
message = "Mensaje"
button = "Enviar mensaje"
# Footer section
[params.footer]
enable = true
links = [
["icon-notebook", "http://hoqueisub.blogspot.com/"],
["icon-facebook", "https://www.facebook.com/hoqueisubaquatic.barcelona/"],
#["icon-instagram", "#instagram"],
["icon-youtube", "https://www.youtube.com/channel/UCC33opysMVTYRCAXIxKTbhw"]
]