-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
61 lines (58 loc) · 1.37 KB
/
Copy path_quarto.yml
File metadata and controls
61 lines (58 loc) · 1.37 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
project:
type: website
output-dir: _site
render:
- "*.qmd"
- "blogs/**/*.qmd"
- "news/**/*.qmd"
- "community/**/*.qmd"
- "software/**/*.qmd"
- "publications/**/*.qmd"
resources:
- CNAME
- assets/**
- data/**
- blogs/**/figures/**
- "QMCSoftware/"
website:
title: "QMCSoftware"
site-url: https://qmcsoftware.org
description: "Open-source software and shared resources for quasi-Monte Carlo methods."
navbar:
background: "#073b4c"
left:
- href: index.qmd
text: Home
- href: software/index.qmd
text: Software
- href: blogs/index.qmd
text: Blogs
- href: publications/index.qmd
text: Publications
- href: news/index.qmd
text: News & Events
- text: Community
menu:
- href: community/index.qmd
text: Community overview
- href: community/software-directory.qmd
text: QMC Software Directory
right:
- href: https://github.com/QMCSoftware
text: GitHub
page-footer:
left: "QMCSoftware — open-source quasi-Monte Carlo software"
right:
- href: about.qmd
text: About this site
format:
html:
theme:
light: [cosmo, styles/custom.scss]
grid:
body-width: 900px
toc: true
link-external-newwindow: true
smooth-scroll: true
execute:
freeze: auto