This is the repository of the website awsmena.community. 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 in the
docs
directory:
$ cd docs && bundle install
- Run Jekyll using the following command :
$ 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.
Issues and PRs are welcome and appreciated.
This website was originally forked from martinbuberl/awscommunitynordics.
Big thanks to AWS Community Nordics.