Skip to content

usp654/website

 
 

Repository files navigation

usp654

Source code for course website for USP654 at Portland State University, Fall 2020.

Course website is at https://usp654.github.io

Steps seting up a new course website

  1. Fork the repo at https://github.com/usp654/usp654_website;
  2. Rename the forked repo to whatever you need, for example, https://github.com/<course#>/<course#>_website;
  3. Create a new repo on github <course#>.github.io (note that you have to own https://github.com/<course#> for this to work);
  4. Clone https://github.com/<course#>/<course#>_website.git as a local repo; rename usp654_website.Rproj to <course#>_website.Rproj;
  5. Add <course#>.github.io as a submodule: git submodule add [email protected]:<course#>/<course#>.github.io.git docs;
  6. Customize the website by modifying config.toml, files in content and static;
  7. Build, push changes and publish the website with make build, make push, and make publish respectively. If you want better commit messages customize the corresponding commands in Makefile

Attributions

About

Source code for course website

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%