-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
36 lines (36 loc) · 929 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
32
33
34
35
36
name: "mtapR"
resource_files:
- ./favicon.ico
navbar:
title: "MTAP"
type: inverse
theme: cerulean
left:
- text: "Home"
href: index.html
- text: "Set1a"
href: Set1a.html
- text: "Set1b"
href: Set1b.html
- text: "Set1c"
href: Set1c.html
right:
- text: "View on GitHub"
icon: fa-github
href: https://github.com/justineuro/mtapR
- text: "GitHub Download (zip)"
icon: fa-download
href: https://github.com/justineuro/mtapR/archive/master.zip
- text: "(tar.gz)"
href: https://github.com/justineuro/mtapR/archive/master.tar.gz
output:
html_document: #github_pages
highlight: tango #textmate
theme: cerulean
includes:
in_header: include_head.html
toc: true
toc_float:
collapsed: false
mathjax: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML
output_dir: "docs"