Skip to content

danicamiguel/website-beanumber

 
 

Repository files navigation

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/rmarkdown-website/)

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

About

website-beanumber created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%