Esta formación es una versión del curso "Train the Trainers" de The Carpentries en español, adaptado por MetaDocencia
Fue creada a partir del template oficial de MetaDocencia para crear cursos y lecciones reproducibles utilizando Carpentries Workbench, adaptado con nuestra configuración y estilo.
Puedes usar este repositorio como punto de partida, directamente desde GitHub, sin necesidad de herramientas locales.
- Nicolás Palopoli
- Laura Ación
- Jesica Formoso
- Paz Míguez
- Julián Buede
- Irene Vazano
Puedes seguir las instrucciones de como contribuir
¿Tienes dudas? Escríbenos a:
📧 [email protected]
Puedes encontrar más materiales y recursos en:
🌐 https://www.metadocencia.org
This repository is an official MetaDocencia template to create reproducible lessons using the Carpentries Workbench, adapted with our custom configuration and style.
Use this repository as a starting point for your own lessons, directly from GitHub — no local tools needed.
Go directly to:
https://github.com/MetaDocencia/metadocencia-workbench-template/generate
Choose a name for your new repository (e.g., lesson-my-topic
) and click Create repository.
Once your repository is created, you can edit everything directly in the web interface:
- Lesson episodes are in the
episodes/
folder (each.md
file is a section). - The home page is
index.md
. - General configuration is in
config.yaml
.
Use the ✏️ edit button in each file to make changes, then select Commit changes to save.
No need for RStudio or command line tools.
To enable automatic publication of the lesson website using GitHub Pages, follow these steps:
- From the repository, click Settings > Pages.
- Under "Source", configure:
- Branch:
gh-pages
- Folder:
/ (root)
- Branch:
- Click “Save”.
- Edit any file in the lesson repository (e.g., an episode).
- GitHub will automatically trigger the publishing workflow.
- You can monitor the process under the Actions tab.
- Once the workflow completes, the site will be available at:
https://<your-user-or-org>.github.io/<repository-name>/
Example:
https://metadocencia.github.io/lesson-example/
Questions or suggestions? Reach us at:
📧 [email protected]
Explore more of our resources:
🌐 https://www.metadocencia.org