-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
102 lines (100 loc) · 2.84 KB
/
_quarto.yml
File metadata and controls
102 lines (100 loc) · 2.84 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
project:
type: website
render:
- "*.qmd"
- "!LICENSE.md"
website:
title: nutriverse
site-url: https://nutriverse.io
description: Developing an integrated collection of R packages designed to support and facilitate various nutrition data analytics.
navbar:
title: nutriverse
logo: images/nutriverse_neg.png
logo-alt: nutriverse
tools:
- icon: mastodon
aria-label: Mastodon
href: https://mastodon.social/@nutriverse
rel: me
- icon: bluesky
aria-label: Bluesky
href: https://bsky.app/profile/nutriverse.io
- icon: linkedin
aria-label: LinkedIn
href: https://www.linkedin.com/company/nutriverse-community
- icon: github
aria-label: GitHub
href: https://github.com/nutriverse
- icon: rss
aria-label: Blog RSS
href: https://nutriverse.io/blog.xml
left:
- text: Home
href: index.qmd
- text: Blog
href: blog.qmd
- text: Packages
href: packages/index.qmd
- text: Community
menu:
- text: Community
href: community/index.qmd
- text: Events
href: events/index.qmd
- text: Code of Conduct
href: code-of-conduct/index.qmd
- text: Contributing Guide
href: contributing/index.qmd
- text: About
menu:
- href: about/team.qmd
- href: about/contact.qmd
favicon: images/nutriverse.png
open-graph:
site-name: nutriverse
page-footer:
left: |
Fiscally hosted by
[{fig-alt="Fiscally hosted by Open Source Collective" width="100px"}](https://oscollective.org/)
center: "Copyright 2024-2026, nutriverse"
right:
- icon: mastodon
aria-label: Mastodon
href: https://mastodon.social/@nutriverse
rel: me
- icon: bluesky
aria-label: Bluesky
href: https://bsky.app/profile/nutriverse.io
- icon: linkedin
aria-label: LinkedIn
href: https://www.linkedin.com/company/nutriverse-community
- icon: github
aria-label: GitHub
href: https://github.com/nutriverse
- icon: rss
aria-label: Blog RSS
href: https://nutriverse.io/blog.xml
background: light
border: false
reader-mode: true
repo-url: https://github.com/nutriverse/nutriverse.github.io
repo-actions: [edit, issue]
issue-url: https://github.com/nutriverse/nutriverse.github.io/issues
cookie-consent:
type: express
style: simple
palette: light
google-analytics:
tracking-id: "G-Z9SDQC2LZH"
anonymize-ip: true
format:
html:
theme: [pulse, custom.scss]
highlight-style: breeze-light
css: styles.css
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 250px
gutter-width: 1.5rem
toc: false