This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
142 lines (128 loc) · 4.63 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
# Site settings
title: Fullstack Nights
abrev: FSN
url: fullstacknights.com
active_meetup: true
description:
partial: 'Fullstack nights es un evento dirigido a programadores y diseñadores interesados en aprender y compartir lo que saben en un ambiente amistoso e informal.'
full: 'Fullstack nights es un evento dirigido a programadores y diseñadores interesados en aprender y compartir lo que saben en un ambiente amistoso e informal. En cada edición tendremos 2 presentaciones de 20 minutos cada una. Los temas de las presentaciones serán sobre lenguajes de programación, frameworks, aplicaciones web, desktop y móvil, bases de datos, experiencia de usuario, interfaces, diseño y cualquier otro tema de interés para nuestra comunidad.'
who_should_come: 'Toda persona interesada en temas de programación y diseño interactivo. No importa si sólo tienes curiosidad con alguno de estos temas, eres estudiante, estás empezando o si eres un experto. Hay espacio para todos compartir y aprender.'
is_topic_tables: true
favicons_path: /img/favicons
google_analytics:
id: UA-71910979-1
sub_header: Charlas de tecnologia y diseño.
# Color settings (hex-codes without the leading hash-tag)
color:
primary: 50E3C2
secondary: 2c3e50
links: 848C93
secondary-dark: 233140
# Footer settings
footer:
copyright: Fullstack Nights
location: Location
social: Around the Web
credits: Credits
# Tickets settings
eventbrite:
ticket_form_widget: ''
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: twitter
url: https://twitter.com/fullstacknights
- title: facebook
url: https://www.facebook.com/FullstackNights/
- title: youtube
url: https://www.youtube.com/channel/UCiJwjxdD9XIjRpV__kW2wsw
# Venue phisical address (add as many lines as necessary)
address:
- line: '<a href="http://prsciencetrust.org/">El Fideicomiso para Ciencia, Tecnología e Investigación de Puerto Rico</a>'
- line: Antigua Penitenciaria Estatal
- line: Carr. 21, Bo. Monacillos,
- line: Río Piedras, Puerto Rico 00927
# Credits content
credits: '<p>This site was done using <a href="http://jekyllrb.com/">Jekyll</a> and the Freelancer theme.</p> <p>Freelancer is a free to use, open source Bootstrap theme created by <a href="http://startbootstrap.com">Start Bootstrap</a>.</p>'
# Build settings
markdown: kramdown
permalink: pretty
current_talks:
speakers:
- name: Alex Santos
topic: 'UI Design'
img: img/alex-santos.jpeg
social:
- title: dribbble
url: https://dribbble.com/makobi
- name: Gabriel Pérez
topic: 'Indie Hackers'
img: img/gabriel-perez.jpeg
social:
- title: twitter
url: https://twitter.com/gaburieru4649
- name: Juan Álvarez
topic: 'Scalable Interfaces with Big Data'
img: img/juan-alvarez.jpeg
social:
- title: github
url: /~https://github.com/juanjalvarez
# Team members and their social profiles
team:
description: 'Somos desarrolladores de software, diseñadores y lideres comunitarios. Nos pueden contactar por Twitter.'
members:
- name: Froilán Irizarry
img: img/froi.png
social:
- title: twitter
url: https://twitter.com/skfroi
- name: José A. Padilla
img: img/jose.png
social:
- title: twitter
url: https://twitter.com/jpadilla_
- name: Giovanni Collazo
img: img/giovanni.png
social:
- title: twitter
url: https://twitter.com/gcollazo
- name: Axel Rivera
img: img/axel.png
social:
- title: twitter
url: https://twitter.com/arivera
collaborators:
description: Nuestra comunidad es especial pero estos se destacan entre todos!
members:
- name: Xiomara Figueroa
img: img/xiomara.jpg
social:
- title: twitter
url: https://twitter.com/_xiomara7
- title: github
url: /~https://github.com/Xiomara7
- name: Emmanuel Luciano
img: img/emmanuel.png
social:
- title: twitter
url: https://twitter.com/eLuciiano
- name: Jose Padilla
img: img/jep.jpeg
social:
- title: twitter
url: https://twitter.com/jpadilla1293
- name: Eduardo Collazo
img: img/eduardo.png
- name: Jomarie Alvelo
img: img/joma.png
social:
- title: instagram
url: https://www.instagram.com/jomajoma/
- name: Orlando Marty
img: img/orlando_marty.png
social:
- title: twitter
url: https://twitter.com/orlanmarty
collections:
podcast:
output: true
exclude: ['vendor']