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
docsdirectory:
$ bundle exec jekyll serveTo preview the site with drafts, run jekyll serve with the --drafts switch:
$ bundle exec jekyll serve --draftsThen, load http://localhost:4000/ in your browser.