-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy path_quarto.yml
More file actions
65 lines (61 loc) · 1.5 KB
/
_quarto.yml
File metadata and controls
65 lines (61 loc) · 1.5 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
project:
type: website
render:
- index.qmd
website:
title: Academic Pandoc Template
favicon: favicon.ico
open-graph: true
twitter-card: true
site-url: https://maehr.github.io/academic-pandoc-template/
repo-url: https://github.com/maehr/academic-pandoc-template/
issue-url: https://github.com/maehr/academic-pandoc-template/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:
title: Academic Pandoc Template
tools:
- icon: github
url: https://github.com/maehr/academic-pandoc-template/
left:
- text: Home
href: index.qmd
- text: Examples
menu:
- text: Article HTML
href: article/article.html
- text: Presentation HTML
href: presentation/presentation.html
sidebar:
contents:
- section: Academic Pandoc Template
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
href: LICENSE.md
- text: Security
href: SECURITY.md
execute:
freeze: false
format:
html:
toc: true
theme:
- brand
- cosmo
code-copy: true
code-overflow: wrap
canonical-url: true
lang: en-US
syntax-highlighting: pygments