-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
163 lines (150 loc) · 4.74 KB
/
_config.yml
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
156
157
158
159
160
161
162
163
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://example.com" # the base hostname & protocol for your site
repo_url: "https://github.com/asrob-uc3m/asrob-uc3m.github.io"
# Build settings
markdown: kramdown
theme: minima
include:
- .htaccess
exclude:
- "*.less"
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- CHANGELOG
- Capfile
- Gemfile
- Gruntfile.js
- LICENSE
- README
- Rakefile
- config
- gulpfile.js
- lib
- log
- node_modules
- package.json
- spec
- tmp
# Society info
society:
name: Asociación de Robótica UC3M
short_name: ASROB
email: [email protected]
# Social networking links used in footer. Update and remove as you like.
# (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- id: telegram
name: Telegram
url: https://t.me/joinchat/ADT1EAgigvgsuobGUHMl_w
- id: github
name: GitHub
url: https://github.com/asrob-uc3m
- id: youtube
name: YouTube
url: https://www.youtube.com/@asrobuc3m
- id: twitter
name: Twitter
url: https://twitter.com/asrob_uc3m
- id: instagram
name: Instagram
url: https://www.instagram.com/asrob_uc3m
- id: linkedin
name: Linkedin
url: https://www.linkedin.com/company/asrob-uc3m
- id: envelope
name: Email
url: mailto:[email protected]
management:
president:
name: Ana
github: anacg1620
secretary:
name: Susana
github: Susan787
treasurer:
name: Juan
github: jgvictores
printers:
name: elfantasmadeasrob
github: elfantasmadeasrob
mails:
name: Juan
github: jgvictores
social:
- name: Guillermo - Twitter
github: guillermogarcia251
- name: Bartek - Instagram
github: PeterBowman
- name: Aina - LinkedIn
github: aina-c
- name: Juan - YouTube
github: jgvictores
# More info: these are the links to the main sections of the website
more_info:
- title: GitHub
description: ¡Nuestro código es libre y está en repositorios en GitHub! Puedes echarle un ojo aquí para aprender, contribuir o simplemente curiosear.
url: https://github.com/asrob-uc3m
picture: /img/repos.png
- title: Google Drive
description: "Espacio en Google Drive para ficheros más pesados: multimedia, papeleo, inventario, charlas, talleres, concursos..."
url: https://drive.google.com/drive/folders/1hHrBq3y5aAhtpfKEZCC5M2LCR1P68LL5
picture: /img/google-drive.png
- title: Tutoriales
description: Recopilación de tutoriales y materiales útiles sobre los programas y herramientas que usamos en ASROB.
url: https://asrob.uc3m.es/tutoriales
picture: /img/tutorials.png
- title: Miembros
description: Aquí se encuentra el Listado de Socios con Puesto de Responsabilidad, así como los Antiguos Miembros y el Hall of Fame. Para un listado de socios actuales, revisa las páginas de cada grupo activo.
url: /members.html
picture: /img/members.png
- title: Gestión de impresoras 3D
description: En ASROB disponemos de varias impresoras 3D. Entérate aquí sobre cómo usarlas.
url: https://apps-robots.uc3m.es/asrob/printers
picture: /img/printers.png
- title: Wiki
description: Ahora tenemos esta web, pero mucha de la documentación de ASROB sigue estando en la wiki.
url: https://apps-robots.uc3m.es/asrob/wiki
picture: /img/wiki.png
# other links: links to other useful resources
other_links:
- name: Calendario
url: https://calendar.google.com/calendar/embed?src=e97mebpnhjcq8pbl28plc8l3is%40group.calendar.google.com&ctz=Europe%2FMadrid&wkst=2
- name: Contributors
url: https://apps-robots.uc3m.es/asrob/contributors
- name: Trophies & Awards
url: /awards.html
- name: Antiguos grupos de trabajo
url: /old-workgroups.html
# collaborations: people that supports us
collaborations:
- name: UC3M
url: https://www.uc3m.es
picture: img/collaborators/uc3m.png
- name: RoboticsLab
url: https://roboticslab.uc3m.es
picture: img/collaborators/roboticslab.png
- name: Robocity2030
url: https://www.robocity2030.org/branches/
picture: img/collaborators/robocity.png
# Collections
collections:
news:
title: Noticias
workgroups:
title: Grupos de Trabajo Activos
output: true
old_workgroups:
title: Antiguos Grupos de Trabajo
output: true
projects:
title: Proyectos
output: true
awards:
title: Premios y trofeos
output: false
redirects:
output: true