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.
Create a GitHub account, then open an issue and tell us what your idea is!
-
You'll need to know a bit about git and GitHub, in particular creating branches and pull requests for your changes. We're here to help, open an issue first if you need more help.
-
You'll need to be familiar with Markdown syntax, and maybe, only maybe, with the shortcodes of the Hugo theme we use (magical shortcuts for formatting).
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.
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
.
Open a PR and enjoy the preview!
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
.
Thanks to all contributors to R-Ladies guidance, here and in its previous homes. Thanks to the R Consortium for funding this project.