Closed paulotijero closed 5 years ago
@paulotijero how it works in responsive mode?
Hola @paulotijero Muchas gracias por el PR. Si tuvieras un link donde pudiéramos ver el comportamiento en vivo sería mucho mejor.
@paulotijero ahi te hice un update sobre master, por que ya agregamos la columna de eventos, estaría bueno tener el scroll ahi también 👍
PD: Gracias por las contribuciones
@joelibaceta I forgot to check the mobile view, now I add the scroll to the events column and check the mobile view before uploading it
Acabo de bajar el código y al ejecutar jekyll server
, me salta este error,
Liquid Exception: Liquid error (. . ./peruanos.github.io/_includes/components/communities.html line 3):
Cannot sort a null object. included in /_layouts/home.html
------------------------------------------------
Jekyll 4.0.0 Please append `--trace` to the `serve` command
for any additional information or backtrace.
------------------------------------------------
Todo parece estar en su lugar :thinking:
// comunities.html
{% assign cities = include.communities | group_by:"city" %}
{% assign sorted_cities = cities | sort: 'name' %}
// home.html
<div class="column communities-list">
{% include components/communities.html
communities=site.data.info %}
</div>
@paulotijero esto debería estar en el readme, para levantar el proyecto necesitas ejecutar:
Para bajar los datos de Meetup.com
rake prepare
Y para generar el contenido estático
rake build
@joelibaceta @07Gond
Gracias por tu contribución 👏
Resolve #21