-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
50 lines (44 loc) · 1.1 KB
/
Copy path_quarto.yml
File metadata and controls
50 lines (44 loc) · 1.1 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
project:
type: website
preview:
port: 6017
browser: false
watch-inputs: true
post-render:
- "cp -rv static/. _site/"
website:
title: "{{< var ej.short >}} Data Editor"
favicon: img/favicon.png
page-footer:
left: "{{< var ej.short >}} Data Editor: [{{< var de.mail >}}]({{< var de.mail >}}) <br> {{< var ej.short >}} Editorial Office: [{{< var ej.mail >}}]({{< var ej.mail >}})"
right:
- icon: github
href: https://github.com/RES-reproducibility
- icon: twitter
href: https://twitter.com/RESDataEditor
navbar:
logo: img/logo-v2-1.png
background: '#efeddf'
left:
- href: before.qmd
text: Before You Submit
- href: best.qmd
text: Best Practices
- href: package.qmd
text: Prepare the Package
- href: faqs.qmd
text: FAQs
- href: posts.qmd
- href: de.qmd
text: Data Editor
google-analytics:
tracking-id: "G-48S9X9V28L"
anonymize-ip: true
cookie-consent: true
format:
html:
theme:
- cosmo
- mytheme.scss
toc: true
linkcolor: black