This repository contains the source files for the RLadies+ website. The site is built with hugo and netlify
Information about the site internals and setup can be found in the RLadies+ Organisational Guide
Please report any bugs or issues on the page on github issues. You can also use this same link to request content you feel is missing. If you would like to give us a hand at fixing some of the issues listed, we would greatly appreciate that.
graph TB
A[Checkout repository] --> B[Get Hugo version]
B --> C[Install cURL Headers]
C --> D[Setup R]
D --> E[Setup renv]
E --> F["Populate untranslated pages\n(scripts/missing_translations.R)"]
subgraph Site Data
F --> G["Get directory data\n(rladies/directory)"]
F --> H["Meetup\n(rladies/meetup_archive)"]
G --> J["Clean cloned repos"]
J --> K["Merge chapter and meetup\n(scripts/get_chapters.R)"]
end
H --> J
K --> L[Setup Hugo]
L --> M[Build]
M -->|Production| N[Deploy]
M -->|Preview| O[Install netlify cli]
O --> P[Deploy Netlify]
P --> Q["Notify PR about build"]
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
To add yourself or someone else as a contributor, comment on an issue or PR with:
@all-contributors please add @username for code, doc, design
See the emoji key for the full list of contribution types.