Source code for course website for USP654 at Portland State University, Fall 2020.
Course website is at https://usp654.github.io
- Fork the repo at https://github.com/usp654/usp654_website;
- Rename the forked repo to whatever you need, for example, https://github.com/<course#>/<course#>_website;
- Create a new repo on github <course#>.github.io (note that you have to own https://github.com/<course#> for this to work);
- Clone https://github.com/<course#>/<course#>_website.git as a local repo; rename usp654_website.Rproj to <course#>_website.Rproj;
- Add <course#>.github.io as a submodule:
git submodule add [email protected]:<course#>/<course#>.github.io.git docs
; - Customize the website by modifying
config.toml
, files incontent
andstatic
; - Build, push changes and publish the website with
make build
,make push
, andmake publish
respectively. If you want better commit messages customize the corresponding commands inMakefile
- This website is adapted from STA 112FS by Mine Çetinkaya-Rundel, which in turn is based on ESPM-157 by Carl Boettinger.
- Background photo
Portland at Duskby Alejandro Rdguez