Skip to content

Commit 8e44af7

Browse files
authored
Update RSG_template.qmd
1 parent 90b0820 commit 8e44af7

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

RSG_template.qmd

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
11
# Using Templates {.sec-rstudio}
22

3-
If you're less familiar with RStudio and Git, and you'd like to stay online, then using the online GitHub editor is the right choice for you!
3+
<br>
4+
5+
Now, find a website template that you'd like to use. There are a lot of free ones from [https://html5up.net/](https://html5up.net/). Or, if you are already savvy with HTML or web design, you may choose to make your own website from scratch. You can also use [Jekyll themes](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll) that are designed for GitHub Pages, too.
6+
7+
Some of the templates that we recommend for multiple-page websites include:
8+
9+
* [HTML5Up's Editorial](https://html5up.net/editorial)
10+
* [HTML5Up's Stellar](https://html5up.net/stellar)
11+
* [HTML5Up's Arcana](https://html5up.net/arcana)
12+
* [HTML5Up's Minimaxing](https://html5up.net/minimaxing)
13+
14+
If you'd like a 1-page website, some templates include:
15+
16+
* [HTML5Up's Read Only](https://html5up.net/read-only)
17+
* [HTML5Up's Strata](https://html5up.net/strata)
18+
19+
20+
Regardless of your desired choice, the set-up remains the same.
21+
22+
1. Download the template that you like.
23+
2. Go into your downloads folder.
24+
3. Copy and paste all of this content into your repository folder (username.github.io). You know this is the right folder because there will be an index.html file inside of it!
25+
4. If the downloaded items include an index.html, you will need to delete your original, barebones index.html we created earlier. (If you are on a Mac, it will ask you automatically).
26+
5. Through RStudio (or the command line, if you know how), commit your changes and push them to GitHub.
27+
6. After a few minutes, the build should be deployed and you should see this template hosted on your website now.

0 commit comments

Comments
 (0)