diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70a6f43..ffd8eb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,7 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files + args: ["--maxkb=7168"] - repo: https://github.com/pre-commit/mirrors-prettier rev: v3.0.3 hooks: diff --git a/.prettierignore b/.prettierignore index 59a7242..d362271 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,6 +3,7 @@ assets/js/index.js _layouts/default.html _layouts/index.html _includes/header.html +_membership/membership-map.html _includes/social.html _includes/social-item.html _includes/svg_symbol.html diff --git a/_articles/es/about.md b/_articles/es/about.md index 0c5bb4e..dec3936 100644 --- a/_articles/es/about.md +++ b/_articles/es/about.md @@ -6,6 +6,8 @@ title: Sobre Nosotros ## ¿Qué es Black Python Devs? +--- + Black Python Devs es una comunidad [online-first](https://github.com/BlackPythonDevs/blackpythondevs.github.io/issues/9#why-online-first) para desarrolladores de Python de todos los niveles de habilidad que se identifican como negros. Nuestro objetivo es: @@ -16,6 +18,14 @@ Nuestro objetivo es: ## ¿Por qué en línea primero? +--- + Esperamos a largo plazo crear muchos grupos de usuarios y eventos en persona, pero tenemos que entender dónde podemos tener los mayores impactos. Para hacer esto, esperamos reunir a personas de todo el mundo y ver dónde están nuestras audiencias más grandes. + +## Mapa de Membresía + +--- + +{% include membership-map.html %} diff --git a/_config.yml b/_config.yml index 2808864..a9f8e52 100644 --- a/_config.yml +++ b/_config.yml @@ -76,6 +76,8 @@ exclude: - .venv - requirements*.txt - pytest.ini + - _membership/schema.json + - _membership/users.json # timezone: America/Toronto permalink: "/:path/" @@ -84,6 +86,9 @@ collections: articles: output: true permalink: "/:path/" + membership: + output: false + permalink: "/:path/" defaults: # - scope: diff --git a/_includes/header.html b/_includes/header.html index 6d91eac..5d73144 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,6 +1,6 @@ {% assign t = site.data.locales[page.lang][page.lang] %}