a template for creating a website in R Markdown
- Turn on hosting via GitHub Pages
- Settings -> GitHub Pages -> Source -> select “master branch
/docs
folder”
- Settings -> GitHub Pages -> Source -> select “master branch
- View your website at given URL
- Change content as necessary
- Modify existing
.Rmd
files - Add new files as necessary
- Update
_site.yml
as necessary
- Modify existing
- Render entire site by running:
rmarkdown::render_site("www")
- Commit and push changes.
- Make sure to commit changes to both the
.Rmd
files inwww/
and the.html
files indocs/
- Make sure to commit changes to both the