-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_site.yml
72 lines (71 loc) · 1.92 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
name: "jeweljohnson.in"
title: "One-carat Blog"
theme: style.css
description: |
From science articles to R tutorials by Jewel Johnson
repository_url: https://github.com/jeweljohnsonj/jeweljohnson.github.io
base_url: https://jeweljohnsonj.github.io/jeweljohnson.github.io/
preview: photos/logo.png
twitter:
creator: "@jeweljohnsonj"
favicon: photos/favicon.ico
collections:
posts:
categories: true
categories_metadata: true
authors_metadata: false
custom: _custom.html
output_dir: "docs"
navbar:
logo:
image: photos/nav_logo.png
search: true
right:
- text: "Home"
href: index.html
- text: "Blog"
href: blog_posts.html
- text: "R Tutorials"
menu:
- text: "Data visualization"
- text: "Chapter 1: Data visualization using ggplot2"
href: project1.html
- text: "Chapter 2: Customizing graphs in ggplot2"
href: project2.html
- text: "Chapter 3: Even more customizations in ggplot2"
href: project3.html
- text: "Chapter 4: Publication ready plots using ggpubr"
href: project7.html
- text: "Data manipulation"
- text: "Chapter 1: Data tidying using tidyr"
href: project4.html
- text: "Chapter 2: Data manipulation using dplyr (part 1)"
href: project5.html
- text: "Chapter 3: Data manipulation using dplyr (part 2)"
href: project6.html
- text: "About me"
href: https://jeweljohnsonj.github.io/jewel_resume/
- icon: fab fa-github
href: https://github.com/jeweljohnsonj/jeweljohnson.github.io
- icon: fa fa-rss
href: blog_posts.xml
output:
distill::distill_article:
df_print: paged
highlight: kate
highlight_downlit: FALSE
toc: TRUE
toc_depth: 2
includes:
in_header: giscus.html
categories:
- R
- ggplot2
- dplyr
- tidyr
- data visualization
- distill
- leaflet
- sf
- worldmap
- ggstatsplot