Skip to content

GUDHI/GUDHI.github.io

Repository files navigation

GUDHI website

GUDHI website is a fork of http://phlow.github.io/feeling-responsive/.

To get to know Feeling Responsive check out all the features explained in the documentation.

And what license is Feeling Responsive released under? This one).

For developpers

To modify the web site, a github account is required. If you are not familiar with Git, please follow this mini-tutorial.

To 'compile' the web site, Jekyll is required.

In a command line :

   bundle exec jekyll serve

And the web site is constructed under _site generated directory.

The web site is reconstructed on the fly when you modify pages (mostly .md files - for MarkDown) while jekyll serve is running. And you can your modification on the web page http://127.0.0.1:4000/.

If you want the specific developper configuration:

   jekyll serve --config _config_dev.yml

Qualification website

github automatically generates the qualification website from the master branch : https://gudhi.github.io/ The production server must be updated with the generated website : https://gudhi.inria.fr/

To generate the production website:

   bundle exec jekyll build

Jekyll installation

To install Jekyll on Ubuntu : http://michaelchelen.net/81fa/install-jekyll-2-ubuntu-14-04/