forked from RadioClub-E-I-T/ea4rct-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
155 lines (140 loc) · 4.15 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
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
154
155
baseurl = "https://radio.clubs.etsit.upm.es"
title = "RadioClub EIT"
theme = "whiteclub"
languageCode = "es"
paginatePath = "blog"
# Copyright notice. This is displayer in the footer.
copyright = "© Copyright 2018 RadioClub EIT"
# Build future content [IMPORTANT]
buildfuture = true
# google analytics tracking id
googleAnalytics = "UA-155169045-1"
# Disqus shortname
disqusShortname = "radioclub-eit"
[markup.goldmark.renderer]
unsafe= true
[params]
# whether to use CDN or local file for fontawesome
#useCDN = false
# whether to include external sharing scripts and icons for twitter, facebook and co.
#showShareIcons = false
# Date format
dateFormat = "2 January, 2006"
description = "EA4RCT"
avatar = "/logo.png"
favicon = "/favicon.png"
logo = "/favicon_big.png"
twitter = "ea4rct"
# Activities info
[params.activities]
# Using Google calendar on "insert calendar"
calendarPublicURL = 'https://calendar.google.com/calendar/embed?src=ea4rct.org_h65bumho4rtdp5dlbkij1hulfc%40group.calendar.google.com&ctz=Europe%2FMadrid'
# iframe from Google Calendar: Better without title, without print icon, using month, wight: 500, height: 400
calendarIframe = '''
<iframe src="https://calendar.google.com/calendar/b/2/embed?showTitle=0&showDate=0&showCalendars=0&height=400&wkst=2&bgcolor=%23FFFFFF&src=ea4rct.org_h65bumho4rtdp5dlbkij1hulfc%40group.calendar.google.com&color=%23691426&ctz=Europe%2FMadrid" style="border-width:0" width="500" height="400" frameborder="0" scrolling="no"></iframe>
'''
# This is displayer in About page.
[params.about]
twitter = "ea4rct"
#github = "Github username"
gitea = "http://git.radio.clubs.etsit.upm.es"
email = "[email protected]"
localizacion = "Avenida Complutense Nº30 Local 101.3-L"
codigopostal = "28040, Madrid"
metro = "Metro: Ciudad Universitaria, Vicente Aleixandre"
cif = "G28939353"
# telefono =
#horario = "De lunes a viernes de 9 a 21"
# Slideshow of pictures on homepage.
[params.slideshow]
[params.slideshow.pic1]
file = "/slideshow/R2-23-02.jpg"
title = "Instalacion Diamond R2"
desc = "Febrero 2023"
[params.slideshow.pic2]
file = "/slideshow/junta2021.jpg"
title = "Junta curso 2021"
desc = "Septiembre 2021"
[params.slideshow.pic3]
file = "/slideshow/aniversario15-04.jpg"
title = "Aniversario RadioClub"
desc = "Abril 2023"
[params.slideshow.pic4]
file = "/slideshow/Microgravedad24-03.jpg"
title = "Visita instituto Microgravedad"
desc = "Marzo 2023"
[params.slideshow.pic5]
file = "/slideshow/recepcionSept19.jpeg"
title = "Imagen Noaa"
desc = "Sep 2019"
[params.slideshow.pic6]
file = "/slideshow/radio.jpg"
#title = "Fourth great pic"
#desc = "This pic was on West Africa"
[params.slideshow.pic7]
file = "/slideshow/Rotores10-02.jpg"
title = "Instalacion rotores Vhf/Uhf"
desc = "Feb 2023"
[params.slideshow.pic8]
file = "/slideshow/Sota22-04.jpg"
title = "Sota"
desc = "Abril 2023"
[params.slideshow.pic9]
file = "/slideshow/sota.jpeg"
title = "Sota en Cabeza Lijar"
desc = "Feb 2023"
[params.slideshow.pic10]
file = "/slideshow/Ure9-02.jpg"
title = "Visita seccion Ure Madrid"
desc = "Feb 2023"
[taxonomies]
category = "categorias"
tag = "tags"
series = "series"
# Header Menu
[[menu.main]]
name = "Próximas actividades"
identifier = "activities"
url = "/activities/"
weight = 1
[[menu.main]]
name = "Proyectos"
identifier = "proyectos"
url = "/proyectos/"
weight = 2
[[menu.main]]
name = "Blog"
identifier = "blog"
url = "/blog/"
weight = 3
[[menu.main]]
name = "Categorias"
identifier = "categorias"
url = "/categorias/"
weight = 4
[[menu.main]]
name = "Tags"
identifier = "tags"
url = "/tags/"
weight = 5
[[menu.main]]
name = "Archivo"
identifier = "archives"
url = "/archives/"
weight = 6
[[menu.main]]
name = "Quiénes somos"
identifier = "team"
url = "/team/"
weight = 7
[[menu.main]]
name = "Contacto"
identifier = "about"
url = "/about/"
weight = 8
# Footer Menu
[[menu.footer]]
name = "About"
weight = 1
identifier = "about"
url = "/about/"