awscommunitynordics.org

This is the repository of the website awscommunitynordics.org.

It is hosted directly from this repository as a GitHub Pages website.

Prerequisites

Install Ruby and Bundler if you don't have them already.

Installation

Install jekyll locally on your computer

This GitHub Pages site is configured to be published from the /docs folder on the master branch. Change directory to that folder cd docs.

Install Jekyll and other dependencies from the GitHub Pages gem:

bundle install

If your user account isn't allowed to install to the system RubyGems you can run bundle install --path vendor/bundle to install the gems locally.

Serve

To preview the Jekyll site locally run:

bundle exec jekyll serve

Run jekyll via docker

docker run --rm   --volume="$PWD/docs:/srv/jekyll:Z" --name jekyll -p 127.0.0.1:4000:4000  -it jekyll/jekyll:3  jekyll serve -H 0.0.0.0 --draft

When jekyll is running

Then, load http://localhost:4000/ in your browser.