Skip to content

qushen26/usp654_website

 
 

Repository files navigation

usp654-f17

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

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 git@github.com:<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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.6%
  • Other 0.4%