forked from GDJC/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
38 lines (38 loc) · 911 Bytes
/
_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
---
name: "GDJC-website"
title: "Global Diabetes Journal Club"
description: |
Global Diabetes Journal Club website
output_dir: "_site"
theme: theme.css
creative_commons: CC BY
navbar:
search: true
right:
- text: "Home"
href: index.html
- text: "Talks"
menu:
- text: "GDJC Talks"
href: talks.html
- text: "Calendar"
href: calendar.html
- text: "Want to give a talk"
href: want_to_give_a_talk.html
- text: "Ongoing projects"
menu:
- text: "Systematic reviews"
href: systematic_reviews.html
- text: "End of year research list"
menu:
- text: "2020"
href: eoyrl_2020.html
- text: "About"
href: about.html
- icon: fab fa-github
href: https://rstudio.github.io/distill/website.html
output:
distill::distill_article:
toc: true
toc_depth: 2
---