generated from jhudsl/OTTR_Template_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
34 lines (21 loc) · 1.03 KB
/
index.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
---
title: "**Website Name**"
output:
html_document
---
<div class = "banner_color">
Banner text!
</div>
### **About**
This website was created with the OTTR_Template_Website template. This enables simpler creation of websites that have automated checks for broken URLs and spelling errors, as well as automated rendering of all html files. No need to worry about git conflicts for html files!
Here is how you can include images in your website pages (this one is saved in `resources/images` to keep things tidy:
```{r, fig.align='center', fig.alt= "Example image", echo = FALSE, out.width="30%"}
knitr::include_graphics("resources/images/example_image.png")
```
We will go through the following:
1. How to set up your repository to enable the GitHub actions of the template. (Setup tab)
2. How to host your website using GitHub (Hosting tab)
3. How to modify your website structure (Structure tab)
4. How to change your website style (Style tab)
5. More information about GitHub Actions (Git Actions tab)
Click on each tab to learn more.