-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# OTTR Template for Websites | ||
# OTTR for Websites! | ||
|
||
This is a template for creating websites from Rmd files hosted on GitHub with three helpful automations following a pull request to the repository: spelling check, broken link check, and website rendering. | ||
Get started by going to [ottrproject.org](https://www.ottrproject.org/getting_started.html)! | ||
|
||
Websites will be checked for: | ||
This is a template for creating websites from Rmd files hosted on GitHub with three helpful automations following a pull request to the repository: spelling check, broken link check, and website rendering. | ||
|
||
- Check for spelling errors more intensively than RStudio and allow you to add words to the dictionary | ||
- Check for broken links - you will be warned about broken links | ||
- Automatic rendering of the website for previewing before merges | ||
- Automatic rendering of the website upon merging to main | ||
- Docker images that can be customized. | ||
|
||
Website files will also be automatically rendered remotely. This will be triggered when a pull request is merged with a change to files that might influence the contents of your website. | ||
|
||
To learn more about how this site is created see [here](https://bookdown.org/yihui/rmarkdown/rmarkdown-site.html) and [here](https://garrettgman.github.io/rmarkdown/rmarkdown_websites.html). |