-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_site.yml
51 lines (51 loc) · 1.63 KB
/
_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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: "Data science"
title: "Data science"
base_url: https://hausetutorials.netlify.com/
repository_url: https://github.com/hauselin/rtutorialsite
google_analytics: "UA-134721506-5"
creative_commons: CC BY
description: |
Data science tutorials
output_dir: "docs"
navbar:
right:
- text: "Home"
href: index.html
- text: "About me"
href: https://www.hauselin.com/about/
- text: "Effect size converter"
href: http://escal.site
- text: "Tutorials"
menu:
- text: "Install R and packages"
href: 0000_install.html
- text: "R programming basics"
href: 0001_rbasics.html
- text: "tidyverse and data.table"
href: 0002_tidyverse_datatable.html
- text: "ggplot and model fitting"
href: 0003_ggplot_modelfitting.html
- text: "long/wide form data and joining"
href: 0004_dataform_join.html
- text: "analyze multi-subject/trial RT data"
href: 0005_analyze_multi_subject_trial_data.html
- text: "Articles"
href: articles.html
- text: "Donate"
href: https://donorbox.org/support-my-teaching
- icon: fab fa-twitter
href: https://twitter.com/hauselin
- icon: fab fa-github
href: https://github.com/hauselin/rtutorialsite
- icon: fab fa-google
href: https://scholar.google.ca/citations?user=4_ZopI0AAAAJ&hl=en
- icon: fa fa-rss
href: articles.xml
collections:
posts:
disqus: data-science-with-r-for-experimental-psychologists
share: [facebook, twitter, google-plus, linkedin, pintrest]
bibliography: biblio.bib
output:
radix::radix_article:
css: styles.css