-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
88 lines (81 loc) · 2.26 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# control articles rendered:
# https://community.rstudio.com/t/quarto-equivalent-to-exclude-yaml-command-in-distill/148758/2
project:
type: website
resources:
- "favicon*"
render:
- "*.qmd"
execute:
freeze: auto
website:
title: "Forwards"
site-url: https://forwards.github.io/
favicon: "favicon-32x32.png"
twitter-card:
site: "@R_Forwards"
image: /images/forwards_social.png
open-graph:
image: /images/forwards_social.png
page-navigation: true
reader-mode: true
page-footer: |
© 2024 Forwards, under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license.<br>
navbar:
logo: /images/forwards.svg
logo-href: /index.html
left:
# - menu:
- text: "About"
file: about.qmd
- text: "Community"
file: community.qmd
- text: "Conferences"
file: conferences.qmd
- text: "Education"
file: edu/index.qmd
- text: "Contribution"
file: contribution.qmd
- text: "Data"
file: data.qmd
- text: "Blog"
file: blog/index.qmd
- text: "Other"
menu:
- docs/index.qmd
- privacy-policy.qmd
- logo-information.qmd
right:
- icon: mastodon
aria-label: mastodon
href: https://hachyderm.io/@R_Forwards
rel: me
- text: "{{< iconify simple-icons:bluesky >}}"
aria-label: bluesky
href: https://bsky.app/profile/R-Forwards.hachyderm.io.ap.brid.gy
- icon: linkedin
aria-label: linkedin
href: https://www.linkedin.com/company/103514384
- icon: rss
href: blog/index.xml
- icon: envelope
aria-label: email
href: mailto:[email protected]
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/forwards/forwards.github.io
- text: Report a Bug
url: https://github.com/forwards/forwards.github.io/issues
search: true
format:
html:
theme:
light: cosmo
dark: [darkly, theme-dark.scss] #cosmo
css: styles.css
toc: true
email-obfuscation: references
include-in-header: analytics.html
description: "R Foundation taskforce on women and other under-represented groups."