Documentation website for SimpleFOCproject
To generate the site locally clone the repo to your local directory and then open terminal inside the repo folder and run:
bundle exec jekyll serve
Since the site is quiet large sometimes the --incremental
flag helps with faster execution
bundle exec jekyll serve --incremental