This site was developed by Ava Protocol.
Install the dependencies with Bundler:
bundle install
Run the following to generate your site:
bundle exec jekyll serve
To upload a Jekyll site to a AWS S3, run the build command and copy the contents of the generated _site folder to the root folder of your hosting account. The jekyll.environment == 'production'
flag will enable Google Analytics and page comments(currently not used)
JEKYLL_ENV=production jekyll build
You can find more on Deployment Methods page on Jekyll website.