rladies / rladiesguide

Source for R-Ladies organizational guidance
https://guide.rladies.org/
Creative Commons Attribution 4.0 International
37 stars 10 forks source link

rladiesguide

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Netlify Status Zenodo DOI

The goal of rladiesguide is to consolidate R-Ladies Global organisational guidance & wisdom.

This is at the moment a Hugo website built with the Hugo theme learn.

This repo is governed by R-Ladies Code of Conduct.

Contributing with little git/GitHub/Markdown knowledge

Create a GitHub account, then open an issue and tell us what your idea is!

Contributing with more efforts

Pre-requisites

How to edit files

Look at the current content of the content/ folder to see where to amend or add a file. Each section (about, organizers) has a file called _index.en.md that is an intro, and then inside the section subsections are organized into leaf bundles i.e. their own directory with index.en.md containing the text, and potentially images.

How to translate files

Make sure the language is supported. Only English and Spanish are at the moment but open an issue to discuss further potential language.

To translate a file, add a file with the same name minus .en that becomes e.g. .es.

How to view edits online

Open a PR and enjoy the preview!

How to view edits locally

Painful part, but not too hard thanks to binaries: You'll need to install Hugo, as well as Go and git because the website uses Go modules.

From there easier: Then from the directory of the book run hugo server.

Acknowledgements

Thanks to all contributors to R-Ladies guidance, here and in its previous homes. Thanks to the R Consortium for funding this project.