Skip to content

Commit ff202df

Browse files
committed
Move description under website, start removing layout: custom and adding yaml titles
1 parent a7e62e1 commit ff202df

File tree

11 files changed

+16
-41
lines changed

11 files changed

+16
-41
lines changed

_quarto.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ execute:
66

77
website:
88
title: "R Contributor"
9+
description: "A site for people interested in contributing to R core - the code and documentation that gets distributed as base R."
910
site-url: https://contributor.r-project.org
1011
favicon: /assets/img/favicon.png
1112
open-graph:
@@ -21,9 +22,9 @@ website:
2122
- text: "Slack Group"
2223
file: slack.qmd
2324
- text: "Events"
24-
file: events.qmd
25+
file: events/index.qmd
2526
- text: "Tutorials & demos"
26-
file: tutorials.qmd
27+
file: tutorials/index.qmd
2728
- text: Working Group
2829
file: working-group.qmd
2930
- text: Resources
@@ -75,13 +76,9 @@ brand:
7576

7677
format:
7778
html:
78-
# theme: cosmo
79-
#light: forwards-light.scss
80-
#dark: forwards-dark.scss
81-
#highlight-style: forwards.theme
8279
#css: styles.css
8380
link-external-newwindow: true
8481
toc: true
8582
email-obfuscation: references
8683
#include-in-header: analytics.html
87-
description: "A site for people interested in contributing to R core - the code and documentation that gets distributed as base R."
84+

events.qmd renamed to events/index.qmd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
2-
layout: custom
2+
title: Event calendar
33
---
44

5-
# Event calendar
6-
75
Meetings and events for existing/aspiring R contributors.
86

97
## Current events
108

11-
* [R Dev Days/Sprints](r-dev-days): Collaborative events to work on contributions to R or infrastructure that supports such contribution. [Google Calendar](https://calendar.google.com/calendar/embed?src=096ece8c4dd2994219c1e504a6d474f7964e16fe18eced1dbdb8d5323ee6297b%40group.calendar.google.com) / [iCal](https://calendar.google.com/calendar/ical/096ece8c4dd2994219c1e504a6d474f7964e16fe18eced1dbdb8d5323ee6297b%40group.calendar.google.com/public/basic.ics).
9+
* [R Dev Days/Sprints](r-dev-days/): Collaborative events to work on contributions to R or infrastructure that supports such contribution. [Google Calendar](https://calendar.google.com/calendar/embed?src=096ece8c4dd2994219c1e504a6d474f7964e16fe18eced1dbdb8d5323ee6297b%40group.calendar.google.com) / [iCal](https://calendar.google.com/calendar/ical/096ece8c4dd2994219c1e504a6d474f7964e16fe18eced1dbdb8d5323ee6297b%40group.calendar.google.com/public/basic.ics).
1210
* [R Contributor Office Hours](office-hours): monthly drop-in sessions to help people get started with contributing to R. Discuss work in progress or work together on open bugs/missing translations. [Google Calendar](https://calendar.google.com/calendar/u/0/r?cid=c7b298f30426b575f888ee963ec38a6da1ad6d2dbc27f34d501a72f2d8abb1cf@group.calendar.google.com) / [iCal](https://calendar.google.com/calendar/ical/c7b298f30426b575f888ee963ec38a6da1ad6d2dbc27f34d501a72f2d8abb1cf%40group.calendar.google.com/public/basic.ics).
1311
* [C Study Group](c-study-group-2025) (February-July 2025): study group designed for R contributors to develop skills in C programming.
1412
[Google Calendar](https://calendar.google.com/calendar/u/1?cid=ab59b5988cef70d576d045f33a7b4ec633d665afb070aaf696b4b353254c74dc@group.calendar.google.com) / [iCal](https://calendar.google.com/calendar/ical/ab59b5988cef70d576d045f33a7b4ec633d665afb070aaf696b4b353254c74dc%40group.calendar.google.com/public/basic.ics).

events/office-hours/index.qmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
2+
title: "R Contributor Office Hours"
23
description: Monthly online drop-in sessions for R contributors
34
image: brooke-cagle-g1Kr4Ozfoac-unsplash.jpg
4-
layout: custom
55
---
66

7-
# R Contributor Office Hours
8-
9-
*Online drop-in sessions to support people that want to contribute to R.*
10-
117
<center><img src="brooke-cagle-g1Kr4Ozfoac-unsplash.jpg" alt="Three people laughing together as they sit around a table with laptops, notebooks and drinks." width="450"/></center>
128

139
<br>Join an Office Hour to

events/r-dev-days/index.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
2+
title: R Dev Days
23
description: Day-length events for new and experienced contributors to work collaboratively on contributions to base R
34
image: dev_day1.jpg
45
image-alt: R Core developer Martin Maechler working with Ella Kaye and Kelly Bodwin at an R Dev Day
5-
layout: custom
66
---
77

8-
# R Dev Days
9-
108
R Dev Days are short events - usually over one day, or linked sessions over
119
consecutive days - for novice and experienced contributors to work
1210
collaboratively on contributions to base R. These events have the support of

index.qmd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
2-
layout: custom
2+
title: "R Contributor Site"
33
---
44

5-
# R Contributor Site
6-
75
This is a community-maintained site for people interested in contributing to core R codebase - the code and documentation that gets [distributed as base R](https://cloud.r-project.org).
86

97
Join our [Slack Group](slack.qmd) to chat with current and aspiring R contributors. Everyone interested is welcome!
108

11-
Read the [R Development Guide](https://contributor.r-project.org/rdevguide){target="_blank"}, follow a [Tutorial](tutorials.qmd), or attend an [Event](events.qmd) to learn more about contributing to R.
9+
Read the [R Development Guide](https://contributor.r-project.org/rdevguide){target="_blank"}, follow a [Tutorial](tutorials/index.qmd), or attend an [Event](events/index.qmd) to learn more about contributing to R.
1210

1311
## Quick Start
1412

r-help.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
layout: custom
2+
title: "Resources for General Help with R"
33
---
44

5-
# Resources for General Help with R
6-
75
## Dedicated channels for R help
86

97
For help on topics that are not related to contributing to R, please post on one of the following:

slack.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
layout: custom
2+
title: "R Contributors Slack"
33
---
44

5-
# R Contributors Slack
6-
75
The R Contributors Slack is a supportive space to foster the community of contributors to R core development:
86

97
- **Potential/novice contributors** wanting support to get started/develop as contributors.

tutorials/contributing-to-r/index.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
layout: custom
2+
title: "Contributing to R"
33
---
44

5-
# Contributing to R
6-
75
In this video tutorial recorded at useR! 2021, Gabriel Becker and Martin Maechler explain how members of the R community can contribute to R.
86

97
The full video (2h15) includes Gabriel discussing his experiences as an external contributor: some of the projects he has worked on and lessons learned. This is recommended for all aspiring contributors as a window into the social dynamics of contribution.

tutorials.qmd renamed to tutorials/index.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
layout: custom
2+
title: "Tutorials & Demos"
33
---
44

5-
# Tutorials & Demos
6-
75
These tutorials and demos are designed to help new contributors get started.
86

97
## Tutorials

tutorials/translating-r-to-your-language/index.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
layout: custom
2+
title: "Translating R to your language"
33
---
44

5-
# Translating R to your language
6-
75
In this video tutorial recorded at useR! 2021, Michael Chirico and Michael Lawrence aim to get package developers and other R community members started implementing foreign-language translations of R's messages (errors, warnings, verbose output, etc.) into a language of their choosing.
86

97
Our real-time participants were focused on Spanish, Bahasa Indonesia, and Hungarian.

0 commit comments

Comments
 (0)