-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy path_quarto.yml
More file actions
63 lines (57 loc) · 1.61 KB
/
_quarto.yml
File metadata and controls
63 lines (57 loc) · 1.61 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
project:
type: website
pre-render: "utils/quarto_check_pkg_dependencies.R"
website:
favicon: "images/logo.png"
site-url: "https://psiaims.github.io/CAMIS/"
navbar:
logo: "images/logo.png"
left:
- text: "About"
href: about.qmd
- text: "Publications and Projects"
menu:
- text: "White Paper"
icon: "file-earmark-word-fill"
href: publication/white_paper.qmd
- text: "Conferences"
icon: "easel3-fill"
href: publication/conference.qmd
- text: "Academic Projects"
icon: "mortarboard-fill"
href: publication/dissertation.qmd
- text: "Meeting Minutes"
href: minutes/index.qmd
- text: "Blog"
href: blogs/index.qmd
- text: "Help"
menu:
- text: "Report a Bug"
icon: "bug-fill"
href: "https://github.com/PSIAIMS/CAMIS/issues"
- text: "Get Started with Your Environment"
icon: "git"
href: contribution/get_started.qmd
- text: "Get Started with CAMIS"
icon: "person-raised-hand"
href: contribution/contribution.qmd
- text: "Get Started with a New R Package"
icon: "box-fill"
href: contribution/package_review.qmd
tools:
- icon: github
text: "Source Code"
href: "https://github.com/PSIAIMS/CAMIS/"
syntax-definitions:
- sas_syntax_highlighting.xml
format:
html:
toc: true
theme:
light: cosmo
code-copy: true
code-overflow: wrap
css: styles.css
execute:
freeze: auto
editor: visual