Repository to define conventions for development and provide an overview of CHoRUS software and tooling
The site is built with rmarkdown::render_site. If you would like to make a change, you can do the following:
- Update the
*.Rmdfile of interest in the Rmd directory - Execute the convert.R file, changing the directory locations to those appropriate for your system
- You can test the site locally by running the following command in the resulting
/docsdirectory-
bundle exec jekyll serve - Note that you can find detailed documentation about the above from GitHub
-
- Commit the changes (in both the
/Rmdand/docsdirectories) to a new branch, and open a PR towardgh-pages - Once the PR is merged, GitHub will automatically build and deploy the site