Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.37 KB

File metadata and controls

38 lines (30 loc) · 1.37 KB

GitHub pages for project Flow123d

Project Flow123d website, available at flow123d.github.io.

Running using Jekyll with frameworks Angular.io, momentjs, jquery, twitter-bootstrap, mdbootstrap, fancybox and popper.js

Running locally

First, clone the repository and then execute follwing:

bundle install
jekyll server --watch

or if your Gemfile requires different version than your jekyll use:

bundle install
bundle exec jekyll server --watch

Notes on wesite structure

  • Main structure in _includes/page-nav.html.

  • To add a new release version, edit javascript file _data/releases.yml and add new folder in a releases directory containing required pages in either md or html format. 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 yaml file _data/gallery.yml

  • List of members is managed by yaml file _data/members.yml