This repository includes all the html files for the TRACMASS website, the source files are included.
This is a Jekyll site using Git as a CMS. It was created using the libris theme from Stackbit.
-
Install a full Ruby development environment
-
Install Jekyll and Bundler:
gem install jekyll bundler -
Install dependencies from Gemfile:
bundle install -
Build the site and start the Jekyll local development server
bundle exec jekyll serve --livereload -
Open http://localhost:4000 in the browser
-
To extract the html files:
wget -m -p -E -k http://localhost:4000Alternatively, 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.
