Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit a76d0c7

Browse files
authored
Merge pull request #6 from cavb/master
Agregando nuevos grupos y update de año en footer
2 parents 80ba2db + d3a0f6d commit a76d0c7

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

_config.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ github_username: python-chile
1717
project_repository: pythonchile.cl
1818
disqus_shortname: python-chile
1919
facebook_username : groups/pythonchileprogramadores
20-
slack_username :
20+
linkedin_username : groups/4929519/
21+
slack_username :
2122
slack_invitacion: https://join.slack.com/t/python-chile/shared_invite/enQtMjczMjM1OTkxNjAwLTRmMmI5NDE3Yjg1MWYwYmRhMTIxNGNmODcwYWRmYTUwMmE2NWI0MjM0YmE3NzhhMTcyYWIzOWE2ZGNlMzM4ZjY
2223
g-analytics: UA-113857044-1
2324
altmetric: true
@@ -63,7 +64,7 @@ prose:
6364
field:
6465
element: "text"
6566
label: "Project"
66-
value: ""
67+
value: ""
6768
_posts:
6869
- name: "subtitle"
6970
field:
@@ -105,7 +106,7 @@ prose:
105106
field:
106107
element: "text"
107108
label: "Project"
108-
value: ""
109+
value: ""
109110
- name: "horizontal"
110111
field:
111112
element: "hidden"
@@ -129,13 +130,13 @@ prose:
129130
- name: "Blood"
130131
value: "blood"
131132
- name: "Moon"
132-
value: "moon"
133+
value: "moon"
133134
- name: "Night"
134135
value: "night"
135136
- name: "Sky"
136137
value: "sky"
137138
- name: "Solarized"
138-
value: "solarized"
139+
value: "solarized"
139140
- name: "trans"
140141
field:
141142
element: "select"
@@ -147,13 +148,13 @@ prose:
147148
- name: "Page"
148149
value: "page"
149150
- name: "Concave"
150-
value: "concave"
151+
value: "concave"
151152
- name: "Linear"
152153
value: "linear"
153154
- name: "Fade"
154155
value: "fade"
155156
- name: "None"
156-
value: "none"
157+
value: "none"
157158
- name: "visualworkflow"
158159
field:
159160
element: "checkbox"

_includes/footer.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</span>
7979
</a>
8080
</li>
81-
{% endif %}
81+
{% endif %}
8282
{% if site.slack_invitacion %}
8383
<li>
8484
<a href="{{site.slack_invitacion}}" target="_blank">
@@ -89,8 +89,19 @@
8989
</a>
9090
</li>
9191
{% endif %}
92+
93+
{% if site.linkedin_username %}
94+
<li>
95+
<a href="https://www.linkedin.com/{{ site.linkedin_username }}" target="_blank">
96+
<span class="fa-stack fa-lg">
97+
<i class="fa fa-circle fa-stack-2x"></i>
98+
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
99+
</span>
100+
</a>
101+
</li>
102+
{% endif %}
92103
</ul>
93-
<p class="copyright text-muted"> Copyright © Python-chile 2018</a>
104+
<p class="copyright text-muted"> Copyright © Python-chile {{ site.time | date: '%Y' }}</a>
94105
</div>
95106
</div>
96107
</div>

grupos.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ header-img: "img/home-bg.jpg"
1010
La comunidad Python Chile quiere fomentar la colaboración entre grupos y comunidades locales de Python, por lo que si conoces algún grupo que no esté listado aquí, por favor agregarlo mediante pull request o comentar en slack para que lo agreguemos.
1111

1212
### Comunidad Nacional
13-
- [Python Chile - Programadores](https://www.facebook.com/groups/pythonchileprogramadores)
13+
- [Facebook Python Chile - Programadores](https://www.facebook.com/groups/pythonchileprogramadores)
1414
- [Slack Python Chile](https://join.slack.com/t/python-chile/shared_invite/enQtMjczMjM1OTkxNjAwLTRmMmI5NDE3Yjg1MWYwYmRhMTIxNGNmODcwYWRmYTUwMmE2NWI0MjM0YmE3NzhhMTcyYWIzOWE2ZGNlMzM4ZjY)
15-
15+
- [Linkedin Python Chile](https://www.linkedin.com/groups/4929519/)
1616

1717
### XV Región
1818
- [PySquad](https://www.facebook.com/pysquadarica/)
@@ -23,6 +23,7 @@ La comunidad Python Chile quiere fomentar la colaboración entre grupos y comuni
2323

2424

2525
### Región Metropolitana
26+
- [Meetups Analytics & Python](https://www.meetup.com/es-ES/Analytics-y-Python)
2627
- [Meetups santiago.py](https://www.meetup.com/es-ES/santiago-py)
2728
- [Meetups Python Chile](https://www.meetup.com/es-ES/python-chile)
2829
- [Django Girls Santiago](https://www.facebook.com/djangogirlssantiago/)

0 commit comments

Comments
 (0)