To learn more please see https://sslarch.github.io.
This an RMarkdown Website based on this example.
-
To apply changes just clone the repo, edit the relevant .Rmd files, knit the files with the Knit HTML button of RStudio and push the changes to the .Rmd and the .html file. That's it - no more magic involved.
-
If you want to create a new subpage you also have to add it to the static part of the _site.yml file.
-
To update everything after a change you can press the Build All button of RStudio or use
rmarkdown::render_site()
. This will trigger the attempt to rebuild index.Rmd, statement.Rmd and all the other .Rmd files in the repository. -
If a change does not appear online try to clear your browser cache.