generated from maehr/open-research-data-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
62 lines (57 loc) · 1.39 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
project:
type: website
website:
title: REPO_NAME
favicon: android-chrome-512x512.png
open-graph: true
twitter-card: true
site-url: https://USERNAME.github.io/REPO_NAME/
repo-url: https://github.com/USERNAME/REPO_NAME/
issue-url: https://github.com/USERNAME/REPO_NAME/issues/new/choose
repo-actions: [edit, issue]
page-navigation: true
bread-crumbs: true
back-to-top-navigation: true
search:
show-item-context: true
type: overlay
navbar:
logo: android-chrome-512x512.png
logo-alt: ''
title: REPO_NAME
tools:
- icon: github
url: https://github.com/USERNAME/REPO_NAME/
left:
- text: Readme
href: index.qmd
- text: Report
href: report.md
sidebar:
contents:
- section: REPO_NAME
href: index.qmd
contents:
- text: Changelog
href: CHANGELOG.md
- text: Code of Conduct
href: CODE_OF_CONDUCT.md
- text: Contributing
href: CONTRIBUTING.md
- text: License (Data)
href: LICENSE-CCBY.md
- text: License (Code)
href: LICENSE-AGPL.md
- text: Security
href: SECURITY.md
- href: report.md
contents: project-management/*
format:
html:
toc: true
theme: cosmo
code-copy: true
code-overflow: wrap
css: styles.css
freeze: true
editor: visual