https://github.com/USCbiostats/software-dev-site
https://github.com/USCbiostats/software-dev-site
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/USCbiostats/software-dev-site
- Owner: USCbiostats
- Created: 2020-06-09T06:50:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T22:24:05.000Z (over 4 years ago)
- Last Synced: 2024-11-11T14:38:15.744Z (5 months ago)
- Homepage: https://uscbiostats.github.io/software-dev-site/
- Size: 21.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - USCbiostats/software-dev-site - (Others)
README
# software-dev-site
The goal of software-dev-site is to provide a website to store the information located in the wiki of the [software-dev](https://github.com/USCbiostats/software-dev) repository.
The website is built as a [rmarkdown website](https://bookdown.org/yihui/rmarkdown/rmarkdown-site.html). The websites structure is defined in the `_site.yml` file. And the whole website is built by running `rmarkdown::render_site()`.
This page is not setup to be rendered online, so rendering should be done locally with `rmarkdown::render_site()` and all changes should be pushed.