This is the repository of a workshop website: Computational challenges in the reliability assessment of engineering structures.
The live website: https://reliabilityworkshop2020.com
The static website is generated from the master
branch.
To run the website locally (for development):
- only once, first run:
bundle install
- every time, local hosting:
bundle exec jekyll serve
This repo and website are based on the kross-jekyll-portfolio-template.