forked from tcarleton/EDS-222-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
31 lines (28 loc) · 844 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
name: "meds-distill-template"
title: "EDS 222"
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: "Assignments"
#href: assignments.html
- text: "Resources"
href: resources.html
- icon: fab fa-github
href: https://github.com/tcarleton/EDS-222-stats
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.
# This should speed up update time online
include: [".nojekyll"]