-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_quarto.yml
More file actions
81 lines (71 loc) · 2.12 KB
/
Copy path_quarto.yml
File metadata and controls
81 lines (71 loc) · 2.12 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
66
67
68
69
70
71
72
73
74
75
76
77
78
project:
type: website
render:
- "*.qmd"
- "!publications/_template/"
- "!people/_template/"
website:
title: "Masiello Group"
site-url: "https://faculty.washington.edu/masiello/"
repo-url: "https://github.com/MasielloGroup/MasielloGroupWebsite"
favicon: images/favicon.drawio.png
google-analytics: "UA-177339812-1"
twitter-card: true
#back-to-top-navigation: true
page-navigation: false
search: true
page-footer:
background: "#F6F5F3"
center: © 2024 · Made with {{< fa brands r-project >}} and
[{fig-alt="Quarto" width=65px}](https://quarto.org/)
right:
- icon: github
href: https://github.com/MasielloGroup/MasielloGroupWebsite
navbar:
search: true
title: false
logo: images/logo.drawio.png
background: "#F6F5F3"
logo-alt: "Masiello Research Group"
left:
- href: people/index.qmd
text: people
- href: research/index.qmd
- href: publications/index.qmd
- text: "NSF DMREF"
href: dmref/index.qmd
- href: codes/index.qmd
text: Codes
- href: news/index.qmd
- href: contact.qmd
text: Contact
sidebar:
# link each group of sidebar entries with a navbar entry by matching their titles and listing the page linked from the navbar as the first content in the sidebar
- id: dmref
title: "NSF DMREF"
# logo: "images/dmref-logo.png"
logo-href: dmref/index.qmd #avail quarto v 1.5
contents:
- href: dmref/index.qmd
text: Welcome to DMREF
- href: dmref/people/index.qmd
text: The DMREF Team
- href: dmref/publications/index.qmd
text: DMREF-Related Publications
- href: dmref/codes/index.qmd
text: Computer Codes
- href: dmref/data/index.qmd
text: Team Data
- id: empty-to-suppress-sidebars-on-other-pages
format:
html:
theme:
- styles/custom.scss
- yeti
mainfont: Nunito Sans
toc: true
link-external-newwindow: true
date-format: "MMM YYYY"
smooth-scroll: true
resources:
- images