Skip to content

TRACMASS/tracmass.github.io

Repository files navigation

TRACMASS website

TRACMASS header

This repository includes all the html files for the TRACMASS website, the source files are included.

Develop Locally

This is a Jekyll site using Git as a CMS. It was created using the libris theme from Stackbit.

  1. Install a full Ruby development environment

  2. Install Jekyll and Bundler:

     gem install jekyll bundler
    
  3. Install dependencies from Gemfile:

     bundle install
    
  4. Build the site and start the Jekyll local development server

     bundle exec jekyll serve --livereload
    
  5. Open http://localhost:4000 in the browser

  6. To extract the html files:

     wget -m -p -E -k http://localhost:4000
    

    Alternatively, one can use the runscript included in the src file.