-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path_quarto.yml
59 lines (56 loc) · 1.96 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
project:
type: book
book:
title: "R Development Guide"
author: "R Contribution Working Group"
date: today
favicon: img/favicon.png
site-url: https://contributor.r-project.org/rdevguide
repo-url: https://github.com/r-devel/rdevguide
repo-branch: main
repo-actions: [edit, issue]
sharing: [linkedin]
open-graph: true
image: img/cover_page_scriberia.png
downloads: [pdf, epub]
chapters:
- index.qmd
- chapters/introduction.qmd
- chapters/getting_started.qmd
- chapters/issue_tracking.qmd
- chapters/reporting_bugs.qmd
- chapters/submitting_feature_requests.qmd
- chapters/reviewing_bugs.qmd
- chapters/finding_the_source.qmd
- chapters/lifecycle_of_a_patch.qmd
- chapters/documenting.qmd
- chapters/message_translations.qmd
- chapters/testing_pre_release_r_versions.qmd
- chapters/where_to_get_help.qmd
- chapters/news_and_announcements.qmd
- chapters/developer_tools.qmd
- chapters/additional_resources.qmd
- chapters/r_core_developers.qmd
format:
html:
theme:
light: cosmo
dark: [cosmo, css/theme-dark.scss]
include-in-header: html/header.html
description-meta: "This guide is a comprehensive resource for contributors (from all levels, beginners, intermediate, and seasoned) to the R project, facilitating their onboarding and helping them navigate the contribution process."
pdf:
documentclass: scrreprt
include-in-header: tex/preamble.tex
include-before-body: tex/frontpage.tex
epub:
cover-image: img/cover_page_scriberia.png
# book_filename: "rdevguide"
# chapter_name: "Chapter "
# repo: https://github.com/r-devel/rdevguide
# url: 'https\://contributor.r-project.org/rdevguide/'
# github-repo: "r-devel/rdevguide"
# output_dir: docs
# clean: [packages.bib, bookdown.bbl]
# new_session: yes
# edit: https://github.com/r-devel/rdevguide/edit/main/%s
# delete_merged_file: true