This repository contains sources of the Ystia Suite web site https://ystia.github.io/.
The site is generated using GitHub Pages.
To generate pages locally and validate changes before committing, install Jekyll and run:
bundle exec jekyll serve
To add a new blog post, create a new markdown file under _posts
directory.