-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
63 lines (54 loc) · 1.62 KB
/
Copy path_quarto.yml
File metadata and controls
63 lines (54 loc) · 1.62 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
project:
type: website
website:
title: "JPE Data Editor"
favicon: img/jpeicon.png
repo-url: https://github.com/jpedataeditor/jpedataeditor.github.io
page-footer:
left: "JPE Data Editor: [jpe.dataeditor@gmail.com](mailto:jpe.dataeditor@gmail.com) <br> JPE Journal Office: [jpe@press.uchicago.edu](mailto:jpe@press.uchicago.edu)"
center: "© [Florian Oswald](https://floswald.github.io) {{< var de.year >}}"
right: "[Report an Issue](https://github.com/jpedataeditor/jpedataeditor.github.io/issues/new/choose)"
# temporary
# announcement:
# icon: cone-striped
# dismissable: false
# content: "This website is being built at the moment. Official Launch July 1st 2025."
# type: warning
# position: above-navbar
sidebar:
style: docked
logo: img/jpe.jpg
alignment: left
contents:
- href: index.qmd
text: Home
- href: policy.qmd
text: Code and Data Policy
- href: before.qmd
text: Before Submission
- href: package.qmd
text: Preparing the Package
- href: best.qmd
text: Best Practice
- href: faqs.qmd
text: FAQs
- href: posts.qmd
text: Blog
- href: de.qmd
text: Data Editor
google-analytics:
tracking-id: "G-PCJ79Q9NSD"
anonymize-ip: true
cookie-consent:
style: simple # or 'basic' or 'advanced'
type: implied # or 'explicit'
palette: light # or 'light'
policy-url: https://jpedataeditor.github.io/privacy.html
format:
html:
mermaid:
theme: neutral
theme:
# - cosmo
- mytheme.scss
toc: true