-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
48 lines (42 loc) · 1.03 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
project:
type: website
render:
- "*.qmd"
- "!static/"
post-render:
# - "mkdir _site/static"
# - "cp -rnv static/. _site/static/."
- echo 'declaredesign.org' > _site/CNAME
website:
title: "**Declare**Design"
navbar:
logo: static/dd-logo-sm.svg
right:
- text: "Getting started"
href: getting-started/
- text: Book
href: https://book.declaredesign.org
- text: Software
menu:
- text: DeclareDesign
href: /r/declaredesign/
- text: fabricatr
href: /r/fabricatr/
- text: randomizr
href: /r/randomizr/
- text: estimatr
href: /r/estimatr/
- text: rdss
href: /r/rdss/
- text: DesignLibrary
href: /r/designlibrary/
- text: DesignWizard
href: https://eos.wzb.eu/ipi/DDWizard/
- text: Blog
href: /blog/
- text: About
href: /about/
format:
html:
theme: [cosmo, theme.scss]
css: styles.css