This is not the website for the class, but instead is the source code for the website. The website is located at https://neu-se.github.io/CS4530-CS5500-Spring-2021/.
All materials in this repository (the lectures, assignments, and also the site itself) are released under the Creative Commons Attribution-ShareAlike 4.0 License. Please feel free to reuse or remix these materials in your class (and suggest you peruse the detailed course outline to get a better sense of the topics). If you do, we'd love to hear your thoughts.
This site is built using Kevin Lin's the Just the Class template. Just the Class is built for Jekyll, a static site generator. View the quick start guide for more information.
Windows requires an additional step in the Jekyll install. To do this, say
gem install wdm
in the shell, and insert the following line
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
in the file called Gemfile
in the root directory of this document.
Other than that, Just the Docs requires no special Jekyll plugins and can run on GitHub Pages' standard Jekyll compiler.
- Follow the GitHub documentation for Setting up your GitHub Pages site locally with Jekyll.
- Start your local Jekyll server.
$ bundle exec jekyll serve
- Point your web browser to http://localhost:4000/CS4530-CS5500-Spring-2021/
- Reload your web browser after making a change to preview its effect.
For more information, refer to Just the Docs.