klukoff / web-dub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DUB Website

Build Status

This is the repository for the DUB website, as hosted at https://dub.washington.edu/.

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


Languages

Language:Python 32.6%Language:JavaScript 28.1%Language:CSS 14.0%Language:HTML 10.3%Language:Shell 8.6%Language:Ruby 6.4%