Skip to content

scubavt/scubavt.github.io

Repository files navigation

SCUBA at Virginia Tech Website

Based off the Feeling Responsive Jekyll theme

Installation and Setup

  1. Install ruby, jekyll, and python (version 3)

From once you have those installed you can run the following commands

  1. gem install jekyll bundler
  2. bundle install
  3. pip install -r requirements.txt

When you want to build and run the site locally (test your changes before publishing):

bundle exec jekyll serve --config _config.yml,_config_dev.yml --watch

When you are ready to deploy the website:

add instructions here

If you want you can also use the Makefile

Run make all to see a list of all make commands.


Documentation and repository where the original Feeling Responsive theme: