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:4000
Alternatively, one can use the runscript included in the src file.