-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_site.yml
More file actions
40 lines (38 loc) · 1.02 KB
/
_site.yml
File metadata and controls
40 lines (38 loc) · 1.02 KB
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
name: "psy6136"
exclude: ["admin", "private", "lectures-old", "notes", "*.pptx", "*.bak", "*.doc"]
output_dir: "docs" #for GH pages: docs directory of main branch
favicon: icons/favicon_io/favicon-32x32.png
base_url: https://friendly.github.io/psy6136/
output:
html_document:
theme: cosmo
navbar:
logo:
image: icons/favicon_io/favicon-32x32.png
title: "Psy 6136: Categorical Data Analysis"
type: inverse
left:
- text: "Home"
icon: fa-home # use FontAwesome icons in nav!
href: index.html
- text: "Schedule"
icon: fa-calendar
href: schedule.html
- text: "About"
icon: fa-file
href: about.html
- text: "Resources"
icon: fa-book
href: resources.html
- text: "R examples"
icon: fa-code
href: R/index.html
- text: "R CDA functions"
icon: fa-list
href: R-functions.html
- text: "Students"
href: students.html
icon: fa-users
right:
- icon: fab fa-github
href: https://github.com/friendly/psy6136