-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
55 lines (51 loc) · 1.41 KB
/
_site.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
name: "."
title: "Bertil's thought plant"
output_dir: "docs"
theme: blog23-theme.css
navbar:
search: true
right:
- text: "Home"
href: index.html
- text: "Aging"
menu:
- text: "Cognitive aging"
href: cog_age.html
- text: "Cardiovascular health in againg"
href: cvd.html
- text: "Frailty, multimorbidity, functional decline"
href: frail.html
- text: "Psychosocial well-being"
href: psyso.html
- text: "Health care system"
href: hcs.html
- text: "Guidelines"
href: guid1.html
- text: "Methodology"
menu:
- text: "Epidemiology"
href: epi.html
- text: "Biostatistics"
href: stats.html
- text: "Causal inference"
href: ci.html
- text: "Health economics"
href: he.html
- text: "Guidelines"
href: guid2.html
- text: "Legislations and regulations"
menu:
- text: "Data protection policies"
href: data_protect.html
- text: "Regulatory agencies' comments"
href: reg_com.html
- text: "Literature and songs"
menu:
- text: "Something warm"
href: warm.html
- text: "Something dark"
href: dark.html
- text: "Songs"
href: songs.html
output: distill::distill_article
post_header: '<a href="{{ post_href }}" target="_blank"><h2>{{ title }}</h2></a>'