Skip to content

jesscs/web-cse510-au18

 
 

Repository files navigation

web-cse510-au18

Build Status

The course website for CSE 510 in Autumn 2018.

Project Dependencies

This project is based on a template:

https://github.com/fogies/web-jekyll-base

Which is in turn based on:

https://github.com/fogies/invoke-base

Runtime dependencies for this project are:

  • Python 3.6.6
  • Node 8.12.0
  • Ruby 2.5.1

See Installation for Windows.

See Installation for Mac.

Tasks

This project uses Invoke for task execution. Available tasks can be listed:

invoke -l

See Additional Task Documentation.

Frequently used tasks will include:

build_production

Build the site to _site, using the production configuration in _config-production.yml.

invoke build_production

build_test

Build the site to _site, using the test configuration in _config-test.yml.

invoke build_test

serve_production

Serve the site on port 4000, using the production configuration in _config-production.yml.

invoke serve_production

serve_test

Serve the site on port 4000, using the test configuration in _config-test.yml.

invoke serve_test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 37.8%
  • CSS 17.8%
  • Python 16.4%
  • Shell 11.7%
  • HTML 9.1%
  • Ruby 7.2%