This is the repository of the website awscommunitynordics.org. It is hosted directly from the repository as a GitHub Pages website.
To preview the website locally:
-
Install Ruby and Bundler if you don't have them already.
-
Install Jekyll and other dependencies from the GitHub Pages gem:
$ bundle install
- Run Jekyll using the following command in the
docs
directory:
$ bundle exec jekyll serve
To preview the site with drafts, run jekyll serve with the --drafts
switch:
$ bundle exec jekyll serve --drafts
Then, load http://localhost:4000/ in your browser.