-
Notifications
You must be signed in to change notification settings - Fork 153
/
your_turn.Rmd
39 lines (23 loc) · 892 Bytes
/
your_turn.Rmd
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
---
title: "Now it's your turn"
output:
html_document:
toc: true
toc_float: true
---
<br>
<center><img src="images/practicalDev_changingstuff.jpg" width="350px"></center>
Try changing a few things and reknitting a single page or rebuilding the whole site. Do your own thing, or here are a few things to try:
<br>
### Add a new page
You'll need to add it to the nav bar in `_site.yml` too.
<br>
### Add a footer
1. move `./advanced/_footer.html` to `./_footer.html` (or create a new one)
2. uncomment the footer in `_site.yml`
<br>
### Add three columns
How would you approach this? See what we did for 3 columns, or Google it.
<br>
### What else did you learn?
[Submit a pull request](https://help.github.com/articles/creating-a-pull-request/) to [this tutorial](https://github.com/jules32/rmarkdown-website-tutorial) and we can update it with what you learn!