Skip to content

LibreriadeSatoshi/bitdevs-lat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitDevs Latino

#Bitdevs Latino en Español online, Nos juntamos todos los siguientes Bitdevs:

BitDevs Madrid BitDevs Barcelona CDMX BitDevs BitDevs Córdoba Santiago BitDevs BitDevs GDL (BTC GDL) BitDevs El Salvador BitDevs BA

Recordatorios

  • No se permiten fotografías, vídeos o grabaciones de audio
  • Nos adherimos a "the Chatham House Rule"
  • Mantener el enfoque en Bitcoin y tecnologías afines; no se permite la promoción de otras criptomonedas.
  • Mutear tu mic si no estás hablando.
  • Respetar los tiempos de intervención, tratar de ser concis@
  • Sugiere temas para el siguiente Seminario Socrático! ¿Donde encontrar temas para futuros seminarios?

Oportunidades educativas o laborales

Bitcoiner Jobs

Grants y entrenamiento: B4OS

Conferencias

Estadísticas de la Red

Read me and contribute

To clone this website and start contribuiting follow the next mini-tutorial:

We use Simple Zola site for hosting all of the links from meetups past and future.

Prerequisites

Before you begin, ensure you have the following installed.

  • Zola: The static site generator used for this project. Version 0.17.2 or higher is recommended.

  • Trunk: A command-line tool for checking, formatting, and linting the codebase. It needs to be installed on your local machine.

    For macOS and Linux, you can install it by running the following command in your terminal:

    $ curl -LO https://trunk.io/releases/trunk
    $ chmod +x trunk

    For other systems, please refer to the official installation documentation.

Development

  1. Clone the repository:
    $ git clone https://github.com/LibreriadeSatoshi/bitdevs-lat.git
    $ cd bitdevs-lat
  2. Run the setup script to check for dependencies:
    $ chmod +x setup.sh
    $ ./setup.sh
  3. Run the local development server:
    $ zola serve
  4. Open your browser and navigate to http://localhost:1111.

Linting and Formatting

This project uses Trunk to ensure all code is formatted correctly and free of linting errors. Before committing any changes, please run the following command to check your code:

$ ./trunk check .

Making a Post

To add a new event, create a new Markdown file in the content/events/ directory. The filename must follow the format YYYY-MM-DD-title-of-the-event.md.

At the top of the file, you must include the following frontmatter:

+++
title = "Socratic Seminar 123"
template = "post.html"
date = YYYY-MM-DD
[extra]
meetup_id = "optional-meetup-id"
+++

## Topics

- Link to topic 1
- Link to topic 2
- Link to topic 3

After the frontmatter, you can write the content of the post using standard Markdown.

Contributing

We welcome contributions! To contribute, please follow these steps:

  1. Fork the repository.
  2. For new features or bug fixes, please use the Git Feature Branch Workflow. Create a new branch from main (e.g., feature/my-awesome-feature or fix/bug-description).
  3. Make your changes and ensure you run trunk check . to format the code and catch any linting issues.
  4. Commit your changes. We recommend using Conventional Commits for clear and consistent commit history. Additionally, it's highly recommended to sign your commits for added security and traceability.
  5. Push your branch and open a Pull Request.

Changing Site Data

All general site configurations are contained in config.toml.

Attributions

Thanks to BitDevs NYC for the Jekyll site that this site is based on, and to BitDevs LA for creating this Zola BitDevs template.

License

Distributed under the MIT License. See LICENSE file for more information.

About

BitDevs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 48.9%
  • HTML 45.7%
  • Shell 5.4%