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
docsdirectory:
$ cd docs && bundle installNote: this page has been last updated on March 30, 2024 where Ruby version 3.3.0 and Bundler 2.5.7 were used and the latest dependencies have been fetched using bundle update after cloning. The gem 'webrick' has been added to the Gemfile explicitly as webrick is no longer supported by default with the current Ruby version. As a rule of thumb during installations, take into consideration the dependencies and package versions.
- Run Jekyll using the following command :
$ 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.
Issues and PRs are welcome and appreciated.
This website was originally forked from martinbuberl/awscommunitynordics.
Big thanks to AWS Community Nordics.