-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
88 lines (82 loc) · 2.56 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
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
79
80
81
82
83
84
85
86
87
project:
type: website
output-dir: docs
website:
title: "IPUMS DHS Climate Change and Health Research Hub"
description: "Understand population health in its environmental context"
favicon: images/favicon/favicon-32x32.ico
site-url: https://ipums.github.io/dhs-research-hub
open-graph:
title: "IPUMS DHS Climate Change and Health Research Hub"
description: "Understand population health in its environmental context"
image: images/dhs_logo_navy_pad.png
twitter-card:
title: "IPUMS DHS Climate Change and Health Research Hub"
description: "Understand population health in its environmental context"
image: images/dhs_logo_navy_pad.png
page-footer:
center: |
Developed by <a href = https://www.ipums.org>IPUMS</a> at the
University of Minnesota<br>Licensed under the
<a href=https://www.mozilla.org/en-US/MPL/2.0/>Mozilla Public License Version 2.0</a>
navbar:
title: false
logo: images/dhs_logo_white.png
logo-href: https://www.idhsdata.org/idhs/
left:
- text: "Climate Change and Health Research Hub"
file: index.qmd
right:
- text: "Posts"
file: index.html
- text: "Getting Started"
menu:
- text: "An Introduction to R"
file: posts/2024-02-01-getting-started-with-r/index.html
- text: "Obtaining IPUMS DHS Data"
file: posts/2024-02-02-download-dhs-data/index.html
- text: "Community"
menu:
- text: "IPUMS Forum"
href: https://forum.ipums.org
- text: "Code of Conduct"
href: CODE_OF_CONDUCT.html
- text: "License"
href: LICENSE.html
- text: "About"
href: about.qmd
- text: "{{< fa brands github >}}"
href: https://github.com/ipums/dhs-research-hub
- text: "{{< fa rss >}}"
href: index.xml
- text: "{{< fa brands x-twitter >}}"
href: https://twitter.com/ipumsGH
- text: "{{< fa users >}}"
href: https://forum.ipums.org
- text: "{{< fa globe >}}"
href: https://www.ipums.org/
search:
type: textbox
google-analytics: "G-0WLH5S9VD5"
format:
html:
theme:
- cosmo
- custom.scss
toc: true
toc-location: left
toc-expand: 1
toc-title: "Contents"
code-block-border-left: false
code-block-bg: true
highlight-style: arrow
code-line-numbers: false
code-link: true
appendix-style: default
html-math-method: katex
csl: csl/apa-numeric-superscript.csl
knitr:
opts_chunk:
collapse: true
comment: "#>"
editor: visual