-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_site.yml
More file actions
34 lines (33 loc) · 901 Bytes
/
_site.yml
File metadata and controls
34 lines (33 loc) · 901 Bytes
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
name: "my-website"
output_dir: "."
navbar:
title: "AFIT/DSL"
left:
- text: "Home"
href: index.html
- text: "About"
href: about.html
- text: "Blog"
href: about.html
- text: "Tutorials"
menu:
- text: "Introduction to R"
- text: "Basic R"
- text: "Advanced R"
- text: "--------------------"
- text: "Timeseries"
- text: "--------------------"
- text: "Supervised learning"
- text: "Decision trees"
- text: "Bagging and random forests"
- text: "Boosting"
- text: "Support vector machines"
href: supervised_learning_support_vector_machines.html
- text: "Neural networks"
output:
html_document:
theme: sandstone
highlight: textmate
include:
after_body: footer.html # input html for a custom footer
css: styles.css # custom CSS