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.

To update the search option, you need to install simple-jekyll-search package npm install simple-jekyll-search Once that is done, and changes have been made to the source code, run this command: jekyll serve to regenerate the search function's list of data. After this, it should have been updated.

About

Website for TRACMASS

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors