-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_site.yml
46 lines (44 loc) · 1.46 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
name: "meds-distill-template"
title: "EDS 123"
description: |
MEDS Courses distill template
output_dir: "docs"
navbar:
right:
- text: "Home"
href: index.html
- text: "Topics"
menu:
- text: "Topic 1: Add a new site page"
href: topic_1.html
- text: "Topic 2: Update site title & subtitle"
href: topic_2.html
- text: "Topic 3: Add images"
href: topic_3.html
- text: "Topic 4: Change the theme"
href: topic_4.html
- text: "Topic 5: Basic formatting"
href: topic_5.html
- text: "Topic 6: Internal & external links"
href: topic_6.html
- text: "Topic 7: Remove tables of contents"
href: topic_7.html
- text: "Topic 8: Add a dropdown menu from navigation bar item"
href: topic_8.html
- text: "Topic 9: Change site fonts"
href: topic_9.html
- text: "Topic 10: Add a table"
href: topic_10.html
- text: "Assignments"
href: assignments.html
- text: "Resources"
href: resources.html
- icon: fab fa-github
href: https://github.com/allisonhorst/meds-distill-template
output:
distill::distill_article:
toc: true
toc_float: true
theme: theme.css
# To remove table of contents on each page, set toc: and toc_float: lines to false
# To add or remove pages, create .Rmd (in root), add information (in the navbar) for the .html that is created from it, then build.