/website-beanumber

website-beanumber created by GitHub Classroom

Creative Commons Zero v1.0 UniversalCC0-1.0

rmarkdown-website

a template for creating a website in R Markdown

Set up hosting (once)

  1. Turn on hosting via GitHub Pages
    1. Settings -> GitHub Pages -> Source -> select “master branch /docs folder”
  2. View your website at given URL
    1. In case: (https://sds236-s20.github.io/website-beanumber/)

Maintainence

  1. Change content as necessary
    1. Modify existing .Rmd files
    2. Add new files as necessary
    3. Update _site.yml as necessary
  2. Render entire site by running:
rmarkdown::render_site("www")
  1. Commit and push changes.
    1. Make sure to commit changes to both the .Rmd files in www/ and the .html files in docs/

Resources