vincnardelli / CS4530-CS5500-Spring-2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Northeastern University CS 4530 + CS 5500 Spring 2021 Website Source

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/.

License

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.

Local development environment

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.

  1. Follow the GitHub documentation for Setting up your GitHub Pages site locally with Jekyll.
  2. Start your local Jekyll server.
$ bundle exec jekyll serve
  1. Point your web browser to http://localhost:4000/CS4530-CS5500-Spring-2021/
  2. Reload your web browser after making a change to preview its effect.

For more information, refer to Just the Docs.

About

License:Other


Languages

Language:SCSS 51.7%Language:HTML 40.3%Language:Liquid 6.4%Language:Ruby 1.1%Language:TypeScript 0.5%