Project Flow123d website, available at flow123d.github.io.
Running using Jekyll with frameworks Angular.io, momentjs, jquery, twitter-bootstrap, mdbootstrap, fancybox and popper.js
First, clone the repository and then execute follwing:
bundle install
jekyll server --watchor if your Gemfile requires different version than your jekyll use:
bundle install
bundle exec jekyll server --watch-
Main structure in _includes/page-nav.html.
-
To add a new release version, edit
javascriptfile_data/releases.ymland add new folder in areleasesdirectory containing required pages in eithermdorhtmlformat. The required pages are:- readme.md
- changes.md
- features.md (or folder named features with more complex structure)
-
To add a new image/video to a gallery edit
yamlfile_data/gallery.yml -
List of members is managed by
yamlfile_data/members.yml