-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
27 lines (25 loc) · 851 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
title: Stay safe at Columbia University
name: "Stay safe at Columbia University"
output_dir: "."
navbar:
title: "Home"
right:
- text: "Project Report"
href: ./code/report.html
- text: "Exploratory Analyses"
href: ./code/EDA.html
- text: "Statistical Analysis and Linear Model"
href: ./code/Hypothesis-testing-and-linear-model.html
- text: "Map for CU Safety"
href: https://samuelsun.shinyapps.io/cu_shinymap/
- icon: fa-youtube fa-lg
href: https://youtu.be/wG9TcMH0ZV4
- icon: fa-github fa-lg
href: https://github.com/SamuelSun2000/safe_CU.github.io.git
- icon: fa-database fa-lg
href: https://data.cityofnewyork.us/Public-Safety/NYPD-Complaint-Data-Current-Year-To-Date-/5uac-w243
output:
html_document:
theme: readable
toc : true
toc_float: true