This directory contains the code for the Cloud Computing Patterns site.
It is based on the theme of the Jekyll docs site, jekyllrb.com.
For information about contributing, please contact: info@cloudcomputingpatterns.org
You can preview changes by running from within the directory:
bundle installbundle exec jekyll serve
If you use AWS cloud9, you can run this project:
bundle installbundle exec jekyll serve --host $IP --port $PORT- Note the hostname of the cloud9 server on which the site is served.
- Add this hostname to
_config_c9.yml. - Stop the jekyll server by pressing
Ctrl-Cin the console. export JEKYLL_ENV=cloud9bundle exec jekyll serve --incremental --host $IP --port $PORT --config _config.yml,_config_c9.yml
You should add this as a Cloud9 run config.
If you use VSCode online, you can run this project:
./setupvscode.shbundle installbundle exec jekyll serve